Hi, just wondering if this is this correct for procedure for creating ISM’s as I’ve been reading documentation and forum posts and still don’t quite understand
I want to place the same mesh manually around the scene and they are all static;
Create Blueprint class
Add a Instanced Static mesh Component
Add mesh that will be instanced
Drop the mesh blueprint into the scene and then start cloning the mesh
Is this right and if so is there a way to monitor the new performance?
Okay how do I do this as I’m still not sure I understand, if I clone instances in the blueprint ( Also unsure how to do that) then how do I then manually place them in the scene? Sorry for being noobie!
Create a blueprint with a “instanced static mesh” component.
Select that component.
Select static mesh asset that you want to use in the details> static mesh tab.
Click on the plus sign in the instances tab.
An instance of the mesh will appear. Move it inside the blueprint editor.
You can also write a construction script to move instances for you, but I don’t think you can move instances in the world (in editor), like you can with normal static meshes.
Hello there, I’m very new in UE4 (I’m using UE4.14) and I have a question for you.
I’m studying the BP, Actors, Components and so on. I’m trying to create a scene from a blender architectural scene, everything sounds good.
Now I need to insert dozen of trees, plants, rocks and more but I would like to duplicate every meshes as instances in order to have a light scene. There is a way to make this in UE? I know it is possible in Maya or 3D studio MAX.
I followed your suggestion but I didn’t understand enough.
Could you explain better for me, please
Many many thanks.
Jean