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)
UMaterialExpressionScalarParameter > UMaterialExpressionParameter > UMaterialExpression > UObject
namespace Offsets { namespace Classes { // Inheritance: UMaterialExpressionScalarParameter > UMaterialExpressionParameter > UMaterialExpression > UObject namespace UMaterialExpressionCurveAtlasRowParameter { constexpr auto Curve = 0x60; // UCurveLinearColor* constexpr auto Atlas = 0x68; // UCurveLinearColorAtlas* constexpr auto InputTime = 0x70; // FExpressionInput } } }
public static class Offsets { public static class Classes { // Inheritance: UMaterialExpressionScalarParameter > UMaterialExpressionParameter > UMaterialExpression > UObject public static class UMaterialExpressionCurveAtlasRowParameter { public const byte Curve = 0x60; // UCurveLinearColor* public const byte Atlas = 0x68; // UCurveLinearColorAtlas* public const byte InputTime = 0x70; // FExpressionInput } } }