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!
Hda don't generate DataTable in Unreal
1479 1 0- Sle
- Member
- 1 posts
- Joined: Oct. 2021
- Offline
- pYo
- 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.
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