How do you make a static mesh move?

I would like to animate a static mesh but don’t know how to do so.

Do you want to change the position of the mesh?

There are so many ways of doing this. You’d need to be a bit more descriptive regarding what you’re trying to achieve.

Generally speaking, you Get the mesh’s location, add XYZ and Set its position. Also using YT for this is probably a half decent idea as there are hundreds of examples there.

If you’re after an unorthodox way of moving your mesh, then please do include more info.

you can also use add offset. also note that you will have to do the scripting for the mesh in another blueprint such a another actor or the level blueprint.

i agree with everynone you gotta provide more info