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 UMaterialExpressionVectorParameter { constexpr auto DefaultValue = 0x58; // FLinearColor constexpr auto bUseCustomPrimitiveData = 0x68; // bool constexpr auto PrimitiveDataIndex = 0x69; // char } } }
public static class Offsets { public static class Classes { // Inheritance: UMaterialExpressionParameter > UMaterialExpression > UObject public static class UMaterialExpressionVectorParameter { public const byte DefaultValue = 0x58; // FLinearColor public const byte bUseCustomPrimitiveData = 0x68; // bool public const byte PrimitiveDataIndex = 0x69; // char } } }