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.
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.