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 USFPSUserWidget_HUDChatBox { constexpr auto LabelsCount = 0x2dc; // int32_t constexpr auto Font = 0x2e0; // FSlateFontInfo constexpr auto ViewportScale = 0x338; // float } } }
public static class Offsets { public static class Classes { // Inheritance: UUserWidget > UWidget > UVisual > UObject public static class USFPSUserWidget_HUDChatBox { public const UInt16 LabelsCount = 0x2dc; // int32_t public const UInt16 Font = 0x2e0; // FSlateFontInfo public const UInt16 ViewportScale = 0x338; // float } } }