Multiple mesh outputs

   1195   2   0
User Avatar
Member
2 posts
Joined: 9月 2023
Offline
Hello,

What is the recommended way to output multiple meshes to Unreal with Houdini Engine? I tried 'unreal_output_name' with packed primitives, but the meshes got merged. Also tried 'output' node with the 'output index' set the iteration number of a for loop, but only one mesh was imported to UE.
Any suggestions would be appreciated.
User Avatar
Member
2 posts
Joined: 9月 2023
Offline
I managed to solve this by setting the output name, then packing them individually, then merging them.
User Avatar
Member
18 posts
Joined: 2月 2019
Offline
You can create unreal_output_name attribute on your mesh separating it into pieces and then use pack node using it as a name attribute and as transfer attribute. Just make sure that you disable "Create Packed Fragments" toggle! Everything works fine to me.

Attachments:
2025-06-17_16-52-44.jpg (19.6 KB)

  • Quick Links