unreal_material_parameter_ and unreal_material_instance

   2635   3   1
User Avatar
Member
15 posts
Joined: Jan. 2018
Offline
How do I make this work? I tried to instance the point light and change its properties with the UPROPERTY and it worked well. For some reason, unreal_material_parameter_ is not working for me. It does not work for in-build parameters or custom created in Unreal. Also to set material on my instances works only with unreal_material goes error if I add _instance. Any chance somebody can explain to me . Thank you guys.
User Avatar
Member
258 posts
Joined: July 2006
Offline
this is how material assignments work for me

Attachments:
material.jpg (44.9 KB)

Head of CG @ MPC
CG Supervisor/ Sr. FX TD /
https://gumroad.com/timvfx [gumroad.com]
www.timucinozger.com
User Avatar
Member
258 posts
Joined: July 2006
Offline
and for properties

Attachments:
uproperty.jpg (61.3 KB)

Head of CG @ MPC
CG Supervisor/ Sr. FX TD /
https://gumroad.com/timvfx [gumroad.com]
www.timucinozger.com
User Avatar
Member
15 posts
Joined: Jan. 2018
Offline
can you do?
I have points and I give them these point attributes in Houdini

s@untreal_instance = “copy_ref from Unreal”;
s@unreal_material = “copy_ref from Unreal”;
v@unreal_material_parameters_mycolor = @Cd;

so what I am trying to do is to instance geo that is loaded in Unreal, I give it material that is created in unreal and then I want to change a parameter on that material so it will change colour according to @Cd in Houdini. Is it possible or what Am I doing wrong. Thanks for your help. Really tried to crack it by my self but got really stack now. Btw yes the point light and it's parameters work well for me as well.
  • Quick Links