UPrimitiveComponent > UActorComponent > UComponent > UObject
namespace Offsets { namespace Classes { // Inheritance: UPrimitiveComponent > UActorComponent > UComponent > UObject namespace UDrawQuadComponent { constexpr auto Texture = 0x24c; // UTexture* constexpr auto Width = 0x254; // float constexpr auto Height = 0x258; // float } } }
public static class Offsets { public static class Classes { // Inheritance: UPrimitiveComponent > UActorComponent > UComponent > UObject public static class UDrawQuadComponent { public const UInt16 Texture = 0x24c; // UTexture* public const UInt16 Width = 0x254; // float public const UInt16 Height = 0x258; // float } } }