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)
UMaterialExpressionParameter > UMaterialExpression > UObject
namespace Offsets { namespace Classes { // Inheritance: UMaterialExpressionParameter > UMaterialExpression > UObject namespace UMaterialExpressionScalarParameter { constexpr auto DefaultValue = 0x58; // float constexpr auto bUseCustomPrimitiveData = 0x5c; // bool constexpr auto PrimitiveDataIndex = 0x5d; // char } } }
public static class Offsets { public static class Classes { // Inheritance: UMaterialExpressionParameter > UMaterialExpression > UObject public static class UMaterialExpressionScalarParameter { public const byte DefaultValue = 0x58; // float public const byte bUseCustomPrimitiveData = 0x5c; // bool public const byte PrimitiveDataIndex = 0x5d; // char } } }