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 function to call.
Used by material parameters to split references to separate instances.
namespace Offsets { namespace Classes { // Inheritance: UMaterialExpression > UObject namespace UMaterialExpressionMaterialFunctionCall { constexpr auto MaterialFunction = 0x40; // UMaterialFunctionInterface* constexpr auto FunctionParameterInfo = 0x48; // FMaterialParameterInfo } } }
public static class Offsets { public static class Classes { // Inheritance: UMaterialExpression > UObject public static class UMaterialExpressionMaterialFunctionCall { public const byte MaterialFunction = 0x40; // UMaterialFunctionInterface* public const byte FunctionParameterInfo = 0x48; // FMaterialParameterInfo } } }