URichTextBlock > UTextLayoutWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: URichTextBlock > UTextLayoutWidget > UWidget > UVisual > UObject namespace UHUDRichTextBlock { constexpr auto Font = 0x678; // FSlateFontInfo constexpr auto Color = 0x6d0; // FLinearColor } } }
public static class Offsets { public static class Classes { // Inheritance: URichTextBlock > UTextLayoutWidget > UWidget > UVisual > UObject public static class UHUDRichTextBlock { public const UInt16 Font = 0x678; // FSlateFontInfo public const UInt16 Color = 0x6d0; // FLinearColor } } }