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
namespace Offsets { namespace Classes { // Inheritance: UMaterialExpression > UObject namespace UMaterialExpressionStaticSwitch { constexpr auto DefaultValue = 0x40; // char : 1 constexpr auto A = 0x44; // FExpressionInput constexpr auto B = 0x58; // FExpressionInput constexpr auto Value = 0x6c; // FExpressionInput } } }
public static class Offsets { public static class Classes { // Inheritance: UMaterialExpression > UObject public static class UMaterialExpressionStaticSwitch { public const byte DefaultValue = 0x40; // char : 1 public const byte A = 0x44; // FExpressionInput public const byte B = 0x58; // FExpressionInput public const byte Value = 0x6c; // FExpressionInput } } }