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)
UMaterialExpression > UObject
The name of the parameter
GUID that should be unique within the material, this is used for parameter renaming.
namespace Offsets { namespace Classes { // Inheritance: UMaterialExpression > UObject namespace UMaterialExpressionParameter { constexpr auto ParameterName = 0x40; // FName constexpr auto ExpressionGUID = 0x48; // FGuid } } }
public static class Offsets { public static class Classes { // Inheritance: UMaterialExpression > UObject public static class UMaterialExpressionParameter { public const byte ParameterName = 0x40; // FName public const byte ExpressionGUID = 0x48; // FGuid } } }