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
Texture property to be accessed
namespace Offsets { namespace Classes { // Inheritance: UMaterialExpression > UObject namespace UMaterialExpressionTextureProperty { constexpr auto TextureObject = 0x40; // FExpressionInput constexpr auto Property = 0x54; // EMaterialExposedTextureProperty } } }
public static class Offsets { public static class Classes { // Inheritance: UMaterialExpression > UObject public static class UMaterialExpressionTextureProperty { public const byte TextureObject = 0x40; // FExpressionInput public const byte Property = 0x54; // EMaterialExposedTextureProperty } } }