Not sure what it going on here, or if this is even a bug, but if I place an actor in the scene and that actor has a HISM component, when adding instances to the HISM, they are not detected during construction or something.
Repro:
- Create an actor, add a HISM component, apply the 1m cube static mesh. Add 2 instances.
- In construction, print string: get instance count of the HISM component.
- Place the actor in the scene.
- Select the HISM component in the details panel and add instances. Even though the list shows more than 2 instances (and you can see them if you translated them), it still only prints 2 during construction.