Passing Houdini attributes to per instance custom data in UE
537 2 0-
- gabetorresFIEA
- Member
- 1 posts
- Joined: Nov. 2025
- Offline
-
- Sherif_fadl
- Member
- 1 posts
- Joined: Nov. 2021
- Offline
-
- dpernuit
- Staff
- 563 posts
- Joined: Sept. 2016
- Offline
Hi,
Yes, the plugin supports per-instance custom data, you'll first want to set their number via:
i@unreal_num_custom_floats = X;
then set the values with
f@unreal_per_instance_custom_data0 = YYY;
...
f@unreal_per_instance_custom_dataX = ZZZ;
See the docs [www.sidefx.com].
Yes, the plugin supports per-instance custom data, you'll first want to set their number via:
i@unreal_num_custom_floats = X;
then set the values with
f@unreal_per_instance_custom_data0 = YYY;
...
f@unreal_per_instance_custom_dataX = ZZZ;
See the docs [www.sidefx.com].
-
- Quick Links

