How would I set an instanced static mesh variable from a static mesh variable?
I intend on setting the static mesh variables in another blueprint.
My intent is to load these instanced static meshes into an array and call them later by providing an integer as the index against that array for the “add instance” node (as shown in the screenshot).
The problem is that the variable I’m trying to add is a static mesh, but the array is an instanced static mesh. When I try to connect the two I get an error tooltip stating “The type of ‘static mesh’ is not compatible with NewItem”.