UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UUserWidget > UWidget > UVisual > UObject namespace Uw_revive_timer_indicator_C { constexpr auto UberGraphFrame = 0x310; // FPointerToUberGraphFrame constexpr auto Flasher = 0x318; // UImage* constexpr auto ReviveBacker = 0x320; // UImage* constexpr auto TimerDial = 0x328; // UImage* constexpr auto ProgressMaterial = 0x330; // UMaterialInstanceDynamic* constexpr auto TimerDuration = 0x338; // float constexpr auto TimerStartTime = 0x33c; // float } } }
public static class Offsets { public static class Classes { // Inheritance: UUserWidget > UWidget > UVisual > UObject public static class Uw_revive_timer_indicator_C { public const UInt16 UberGraphFrame = 0x310; // FPointerToUberGraphFrame public const UInt16 Flasher = 0x318; // UImage* public const UInt16 ReviveBacker = 0x320; // UImage* public const UInt16 TimerDial = 0x328; // UImage* public const UInt16 ProgressMaterial = 0x330; // UMaterialInstanceDynamic* public const UInt16 TimerDuration = 0x338; // float public const UInt16 TimerStartTime = 0x33c; // float } } }