[help]Creating multiple copies of a static mesh component

ah… I see how stupid my question was now, haha!
Thank you for taking the time to answer!

RecourseDesign

To create instances, you need to add an “InstancedStaticMeshComponent” rather than a “StaticMeshComponent” - that will give you the “Add Instance” node.

This fixed the problem. :))

1 Like