Ran Mazar

ranmazar1

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Different unreal instances for each point in copy to points May 12, 2024, 2:06 p.m.

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!