Navigation API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR Inheritance Hierarchy InputArchive InputArchiveWithProxies References Module MutableRuntime Header /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/Serialisation.h Include #include "MuR/Serialisation.h" Syntax class InputArchive Copy full snippetclass InputArchive Remarks Archive containing data to be deserialised. Variables Type Name Description TArray< Ptr< RefCounted > > History Already read pointers. InputStream * Stream Not owned. Constructors Type Name Description InputArchive ( InputStream* ) Construct form an input stream.The stream will not be owned by the archive and the caller must make sure it is not modified or destroyed while serialisation is happening. Destructors Type Name Description ~InputArchive () Ensure virtual destruction. Functions Type Name Description Ptr< ResourceProxy< Image > > NewImageProxy ()