So my revised logic would be
1 Define my current characters array containing my unique static mesh actors.
2 Based on this array add a new HISM component
3 In my ‘main’ execution thread create my array of vertex positions.
My confusion is what to do with the execution thread after the AddHISM component (green question mark)?
or in other words how to connect the 2 execution loops?
I definitely can’t nest them (ie have 1 for loop in the Body of another one).
