Spawn actor parameters

I have multiple actors I would like to set parameters for when I spawn them via dragging them into my level. Is there any way to set parameters for this without making them be characters?
Edit: I should clarify that I only want to change variables from the level editor.

Apart from setting them one by one as you drop them in the level, you have ‘editor scripting utilities’

Just make the variables you want each of them to have instance editable and exposed on spawn. Once you pull it into the map, in the details tab, you’ll see those variables in the right pane and they will be set by you per actor.