UTextBlock > UTextLayoutWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UTextBlock > UTextLayoutWidget > UWidget > UVisual > UObject namespace UPDTextBlock { constexpr auto TextMargin = 0x2a0; // FMargin constexpr auto IsKeyButton = 0x2b0; // bool constexpr auto ControlName = 0x2b8; // FText } } }
public static class Offsets { public static class Classes { // Inheritance: UTextBlock > UTextLayoutWidget > UWidget > UVisual > UObject public static class UPDTextBlock { public const UInt16 TextMargin = 0x2a0; // FMargin public const UInt16 IsKeyButton = 0x2b0; // bool public const UInt16 ControlName = 0x2b8; // FText } } }