So I’m trying to just make a mesh blend with the landscape with runtime virtual textures, like countless videos show online. But this one connection keeps throwing up an error (but doesn’t on any videos I follow) - Is this an engine bug?
Seems like I cant connect MakeMaterialAttributes to BlendMaterialAttributes
Or else the runtime Virtual Texture Sample can’t connect to the MakeMaterialAttributes Node…
Seems that both sides will connect to MakeMaterialAttributes without error but trying to pass the information through MakeMaterialAttributes will not work, yet this is how it’s done in every single video??
Has anyone else experienced this? Perhaps there is a new checkbox where I need to allow this connection?
Note: I’ve tried this on fresh projects using 5.2 and 5.4 - same issue