UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UUserWidget > UWidget > UVisual > UObject namespace UBPW_AllyDeathNotification_C { constexpr auto CrewLivesRemaining = 0x310; // UTextBlock* constexpr auto PlayerNameControl = 0x318; // UTextBlock* constexpr auto PlayerName = 0x320; // FString constexpr auto ValueRemaining = 0x330; // int32_t } } }
public static class Offsets { public static class Classes { // Inheritance: UUserWidget > UWidget > UVisual > UObject public static class UBPW_AllyDeathNotification_C { public const UInt16 CrewLivesRemaining = 0x310; // UTextBlock* public const UInt16 PlayerNameControl = 0x318; // UTextBlock* public const UInt16 PlayerName = 0x320; // FString public const UInt16 ValueRemaining = 0x330; // int32_t } } }