UTexture > USurface > UObject
namespace Offsets { namespace Classes { // Inheritance: UTexture > USurface > UObject namespace UTexture2DComposite { constexpr auto SourceRegions = 0x100; // TArray constexpr auto MaxTextureSize = 0x110; // int32_t constexpr auto DestSizeX = 0x114; // int32_t constexpr auto DestSizeY = 0x118; // int32_t } } }
public static class Offsets { public static class Classes { // Inheritance: UTexture > USurface > UObject public static class UTexture2DComposite { public const UInt16 SourceRegions = 0x100; // TArray public const UInt16 MaxTextureSize = 0x110; // int32_t public const UInt16 DestSizeX = 0x114; // int32_t public const UInt16 DestSizeY = 0x118; // int32_t } } }