Disclaimer If you use the site often and enjoy it, consider donating to help me cover the server costs, and motivate me to spend my time on this project. (Donate) (Crypto)
UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UUserWidget > UWidget > UVisual > UObject namespace UWBP_HUD_Chat_Message_C { constexpr auto MessageText = 0x230; // URichTextBlock* } } }
public static class Offsets { public static class Classes { // Inheritance: UUserWidget > UWidget > UVisual > UObject public static class UWBP_HUD_Chat_Message_C { public const UInt16 MessageText = 0x230; // URichTextBlock* } } }