multiple instance nodes

   3020   4   1
User Avatar
Member
194 posts
Joined: Aug. 2011
Offline
If I have multiple instance nodes in my HDA, it seems like i can only bring in geometry from my project for the first node. There is no box for the additional nodes. why? is there a way around this?

Also, in unity, i can click on the instanced geometry and move it around or delete it. This doesn't seem to work in Unreal, and it is making me sad. Am I missing something?

Thanks.
User Avatar
Member
453 posts
Joined: Feb. 2013
Offline
You can use one instance node and set the attributes for instancing different meshes to different points.

For Unreal when you bake to blueprints, you get instanced static mesh nodes with a list of placements. There technically you could edit the values manually. As far as I know there is no easy way to interact with it, but you can fix something in blueprints/C++. For example blutilities allow you to execute commands with blueprints in the editor (while you create the game and not at runtime).
User Avatar
Member
194 posts
Joined: Aug. 2011
Offline
ok, i will have to learn about blueprints/blutilities (i am new to using Unreal)

is there a way to paint attributes from unreal editor?

User Avatar
Member
453 posts
Joined: Feb. 2013
Offline
I think you can paint vertices with RGB.
User Avatar
Member
402 posts
Joined: March 2013
Offline
twelveplusplus
ok, i will have to learn about blueprints/blutilities (i am new to using Unreal)

is there a way to paint attributes from unreal editor?


No way to paint generic attributes right now but we're working on that.
  • Quick Links