Is there any C++ stringstream or C# StringBuffer like class in UE4?

I think closest to stream in UE4 API FArchive which let you serialize properties to any medium (depending on what archive you use)