I need tutorial_ please
I am new in this
I need change object for another object in play mode
for example a furniture/lamp/ etc
thank!
I need tutorial_ please
I am new in this
I need change object for another object in play mode
for example a furniture/lamp/ etc
thank!
Hi orlan,
What do you mean by ‘change object’ exactly?
Do you mean change the mesh from (example) a chair to a lamp, or do you mean change an actor from AChair to ALamp?
If you haven’t yet, take a look at the official documentation and official youtube videos.
I’m very new at this
This is an example of what I do.
changing furniture other.
thank you very much
Ah ok,
There are many ways to do this, but if it’s just the mesh that gets swapped, I would make a really simple Blueprint that has a Static Mesh component. You can then use the ‘Set Static Mesh’ blueprint function on the Static Mesh Component to change it to your new asset.
thank you very much for answering ,
would there be a tutorial for this?
An example?
thank you very much !
I don’t really think that there is a tutorial for this. This is a very basic thing. You have a couple of StaticMeshs that you want to choose from in some kind of
an array and you will want to grab one of these with a get node and set the StaticMesh of the Blueprints StaticMeshComponent.
If this is too much for you, i would recommend you to step back and watch some basic tutorials.