UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UUserWidget > UWidget > UVisual > UObject namespace UPWVoiceNotificationItem { constexpr auto Root = 0x260; // USizeBox* constexpr auto PlayerNameText = 0x268; // UTextBlock* } } }
public static class Offsets { public static class Classes { // Inheritance: UUserWidget > UWidget > UVisual > UObject public static class UPWVoiceNotificationItem { public const UInt16 Root = 0x260; // USizeBox* public const UInt16 PlayerNameText = 0x268; // UTextBlock* } } }