#pragma once /* * SDK generated by Dumper-7 * * https://github.com/Encryqed/Dumper-7 */ // Package: ModalQueueEntry #include "Basic.hpp" #include "SlateCore_structs.hpp" #pragma pack(push, 0x4) namespace SDK { // UserDefinedStruct ModalQueueEntry.ModalQueueEntry // 0x0008 (0x0008 - 0x0000) struct FModalQueueEntry final { public: class UFortActionHandlerPanel* ModalWidget_6_ABD0CAFC486CC76BD82B05A35CCE76CF; // 0x0000(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor) EHorizontalAlignment HorizontalAlignment_7_B47CAE52460FA9A3472426927E37F9D2; // 0x0004(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor) EVerticalAlignment VerticalAlignment_8_68F491E04BAAE1E2897BC8A9C0262FC4; // 0x0005(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor) }; static_assert(alignof(FModalQueueEntry) == 0x000004, "Wrong alignment on FModalQueueEntry"); static_assert(sizeof(FModalQueueEntry) == 0x000008, "Wrong size on FModalQueueEntry"); static_assert(offsetof(FModalQueueEntry, ModalWidget_6_ABD0CAFC486CC76BD82B05A35CCE76CF) == 0x000000, "Member 'FModalQueueEntry::ModalWidget_6_ABD0CAFC486CC76BD82B05A35CCE76CF' has a wrong offset!"); static_assert(offsetof(FModalQueueEntry, HorizontalAlignment_7_B47CAE52460FA9A3472426927E37F9D2) == 0x000004, "Member 'FModalQueueEntry::HorizontalAlignment_7_B47CAE52460FA9A3472426927E37F9D2' has a wrong offset!"); static_assert(offsetof(FModalQueueEntry, VerticalAlignment_8_68F491E04BAAE1E2897BC8A9C0262FC4) == 0x000005, "Member 'FModalQueueEntry::VerticalAlignment_8_68F491E04BAAE1E2897BC8A9C0262FC4' has a wrong offset!"); } #pragma pack(pop)