UMaterialExpression > UObject
namespace Offsets { namespace Classes { // Inheritance: UMaterialExpression > UObject namespace UMaterialExpressionDecalMipmapLevel { constexpr auto TextureSize = 0x40; // FExpressionInput constexpr auto ConstWidth = 0x54; // float constexpr auto ConstHeight = 0x58; // float } } }
public static class Offsets { public static class Classes { // Inheritance: UMaterialExpression > UObject public static class UMaterialExpressionDecalMipmapLevel { public const byte TextureSize = 0x40; // FExpressionInput public const byte ConstWidth = 0x54; // float public const byte ConstHeight = 0x58; // float } } }