UQuestEventData > UObject
namespace Offsets { namespace Classes { // Inheritance: UQuestEventData > UObject namespace Uquest_event_widget_bp_C { constexpr auto Widget = 0x30; // UUserWidget* constexpr auto bCity = 0x38; // bool constexpr auto bIsland = 0x39; // bool constexpr auto bShowOnOutro = 0x3a; // bool } } }
public static class Offsets { public static class Classes { // Inheritance: UQuestEventData > UObject public static class Uquest_event_widget_bp_C { public const byte Widget = 0x30; // UUserWidget* public const byte bCity = 0x38; // bool public const byte bIsland = 0x39; // bool public const byte bShowOnOutro = 0x3a; // bool } } }