UPDUserWidget > UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UPDUserWidget > UUserWidget > UWidget > UVisual > UObject namespace UPDMaskedText { constexpr auto CP_Left = 0x288; // UCanvasPanel* constexpr auto TB_Left = 0x290; // UPDTextBlock* constexpr auto CP_Right = 0x298; // UCanvasPanel* constexpr auto TB_Right = 0x2a0; // UPDTextBlock* constexpr auto Width = 0x2a8; // float constexpr auto Percent = 0x2ac; // float } } }
public static class Offsets { public static class Classes { // Inheritance: UPDUserWidget > UUserWidget > UWidget > UVisual > UObject public static class UPDMaskedText { public const UInt16 CP_Left = 0x288; // UCanvasPanel* public const UInt16 TB_Left = 0x290; // UPDTextBlock* public const UInt16 CP_Right = 0x298; // UCanvasPanel* public const UInt16 TB_Right = 0x2a0; // UPDTextBlock* public const UInt16 Width = 0x2a8; // float public const UInt16 Percent = 0x2ac; // float } } }