Save and load system(changing object,material or movement)in Blueprints

Could you clarify if you want to save and load within the same session or save to load in other sessions? In the first case, you can store data about the actors in variables. In the second case, you should use the Save Game object. Also, specify if the “objects” are Static Mesh Actors or other classes. Then I’ll describe the solution in more detail.