UArchonUserWidgetBase > UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UArchonUserWidgetBase > UUserWidget > UWidget > UVisual > UObject namespace UAirshipCountdownWidget { constexpr auto CountDownTimerText = 0x360; // UTextBlock* constexpr auto TimerResolution = 0x368; // float constexpr auto TimerExpire = 0x36c; // float constexpr auto CountDownHandle = 0x370; // FTimerHandle } } }
public static class Offsets { public static class Classes { // Inheritance: UArchonUserWidgetBase > UUserWidget > UWidget > UVisual > UObject public static class UAirshipCountdownWidget { public const UInt16 CountDownTimerText = 0x360; // UTextBlock* public const UInt16 TimerResolution = 0x368; // float public const UInt16 TimerExpire = 0x36c; // float public const UInt16 CountDownHandle = 0x370; // FTimerHandle } } }