why did you added an empty actor into your level?
and how did you added other actors in the actor? do you mean as child actor components inside the empty actor?
actors dropped in the editor are instances of the actor class you have in the browser. if you change default values to the actors in a level, those changes belong to that instance. You cannot update default class values with a placed instance class.