Different unreal instances for each point in copy to points

   304   1   0
User Avatar
Member
1 posts
Joined: July 2023
Offline
Hey everyone!
I'm creating a pretty basic HDA where points are scattered on a circle. For each scattered point, id like to create an attribute with using unreal_instance. The string value of that attribute create would be a parameter.

Is there a way to create the unreal_instance attribute for each point seperatly?
meaning that if I have 5 points, my HDA parameters will include 5 strings.

So far I couldnt find a way to create a seperate instance for each point. I tried using the unreal_split_attr with no success.
Thanks in advance!
User Avatar
Member
9 posts
Joined: Feb. 2021
Offline
have you tried attrib randomize with custom discrete as distribution?

you can then expose those values in the hda
  • Quick Links