Can't load actors to Actor Array and Inst. Statmesh Comp. Array

Hello!

I’ve tried using Actor and Instanced Static Mesh Component variables as arrays(set to editable) but i can’t seem to load any meshes from content browser or the map. Is there something i’m missing or is this a bug?

How exactly are you trying to add them? If your in the Blueprint you need to add the static mesh, it will be considered a staticmesh component, then on the return variable call ‘Get Static Mesh’ and link that to the item variable of the ‘Add Item’ array function. If you in the editor just go to the array on the side and click the plus to add an item. If this for some reason isn’t working for you can you show us what you are doing?

Best Regards,

Ryan

Ah, it works when the variable is Static Mesh. Thanks Ryan. It still doesn’t work with Instanced Static Mesh Component though.

What i was doing is basically this;
I created a Blueprint in the Content Browser, then created an Instanced Static Mesh Component variable set as Array in Graph Editing window. Then i set that array to be editable so that i can add items to it in the Defaults section. And then i go to Defaults, click on the plus icon to add a couple of meshes, and i pick a mesh from the content browser, hit the arrow and nothing happens. It doesn’t add anything even when i click Pick Actor to select something from the map.