Anyone using Houdini for asset creation in UE4? ..I have a small issue

   2364   1   0
User Avatar
Member
38 posts
Joined: July 2017
Offline
Hi,

So I have a Houdini asset in unreal and I want to use the material shaders from Unreal on it. I have brought in the normals and basecolour (that latter i'm guesing I can use as material ID?).This is the current pipeline - https://imgur.com/a/7w9uB [imgur.com]

But I can currently only apply 1 material to the whole thing, whereas I need 2. On the imgur it clearly shows the 2 colours that I want to allocate separate materials to, but I've not idea how to do it.

Like I said small (very novice) issue, but I can't get beyond this.

Any help would HUGELY appreciated.
Edited by Snappy_Darko - Feb. 17, 2018 06:55:51
User Avatar
Member
25 posts
Joined: March 2016
Offline
Hey,
if you want to assign unreal materials inside of houdini you can do it with a unreal material node, copy the path from your unreal material (right click your material inside of unreal and select copy reference) to the string parameter of the node inside of houdini…if I remeber right.

If you want to assign houdini materials and want to get rid of the error message you can create a matnet inside your subnet and assign the materials from there with a relative path to your materials. So something like “../../matnet/yourmaterial”, instead of “/mat/principledshader”

Also try to use group nodes to assign different materials to different parts of your geometry. Just select all faces you want to assign a different material to, press TAB inside the viewport and type group! Then you can use material nodes and point them to different groups.

Hope it helps
  • Quick Links