Hda don't generate DataTable in Unreal

   1019   1   0
User Avatar
Member
1 posts
Joined: Oct. 2021
Offline
Hi,

I see a new output type, "Table" from hda. I follow the description in documentation: https://www.sidefx.com/docs/houdini/unreal/outputs.html [www.sidefx.com]
But even with the parameter set, I don't see any DataTable generated. I miss something or this feature has some trouble?

He seem that output is new from Houdini engine Version 2.0.15 - Houdini 19.5.493, but I don't find too much information...


Just in case.
I attach a screen of my simple hda test that I place in my unreal level.


Thanks if someone have some information!

Attachments:
DataExport.PNG (71.9 KB)

User Avatar
Member
9 posts
Joined: Feb. 2014
Offline
unreal_data_table_rowstruct must point to existing structure.
To populate table with data you have to set attribute unreal_data_table_xxx where xxx is variable name set in structure.
unreal_data_table_xxx and xxx variable in structure must be of the same type.
And it's good to define where resulting data table should be stored. For this you should set unreal_object_path attribute.
All these attributes should be point attributes.
Edited by pYo - July 21, 2023 06:16:19
  • Quick Links