That only matters if you use save/load world nodes.
You can create a slot class (on asset browser) for each type of data, setup their Scope filters to only accept the classes you need and do something like:
New Slot Instance >> Save Actor(s) >> Write Slot to File
For each of your slots.
However that will execute on Game Thread, not async.