Documentation improvement idea

Hi, I just wanted to ask if there,

https://docs.unrealengine.com/latest/INT/Gameplay/SaveGame/Code/index.html

it wouldn’t be better to make the last two variables (SaveSlotName and UserIndex) transient, so they don’t get saved.
You don’t need to load them you need them only in their class instance and since they initialize themselves correctly, there is no need to save.