What would be the best way to swap the static mesh an actor class references for another static mesh? Is it possible to do so after I’ve spawned like so?
Okay so I followed this link and I have a template setup now that appears to work same as the normal spawn only that I can make little changes to the template information when I call the above spawnBP function. What I can’t figure out is how to pass a new static mesh through this function to use as the swap mesh.
The above is attempting to alternate between one of two UStaticMesh components on an actor class. Each UStaticMeshComponent has a different mesh applied. I’m trying to transfer the static mesh from the Master which holds the two types of static meshes and place them into the static mesh slot of the DynCellA->IcoCellA