Navigation
Unreal Engine C++ API Reference > Runtime > Core > Serialization
Inheritance Hierarchy
- FArchiveState
- FArchive
- FMemoryArchive
- TMemoryWriterBase
- FMemoryWriter
- FChaosVDMemoryWriter
- FConcertIdentifierWriter
- FConcertSyncObjectWriter
- FMaterialResourceMemoryWriter
- FMLAdapterMemoryWriter
- FObjectWriter
- FBinaryObjectWriter
- FMemoryWriter64
- TBufferArchive
- FBufferArchive
- FNetworkFileArchive
- FBufferArchive64
- FOpenXRCaptureEncoder
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Serialization/MemoryWriter.h |
Include | #include "Serialization/MemoryWriter.h" |
Syntax
template<typename ArrayAllocatorType>
class TMemoryWriterBase : public FMemoryArchive
Remarks
Archive for storing arbitrary data to the specified memory location
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
const FName | ArchiveName | Archive name, used to debugging, by default set to NAME_None. |
![]() |
TArray< uint8, ArrayAllocatorType > & | Bytes |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
TMemoryWriterBase
(
TArray< uint8, ArrayAllocatorType >& InBytes, |
Overridden from FArchive
Overridden from FArchiveState
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
FString | Returns the name of the Archive. | |
![]() ![]() |
int64 | TotalSize () |
Returns total size of the backing data storage. |
Typedefs
Name | Description |
---|---|
IndexSizeType |
Constants
Name | Description |
---|---|
IndexSize |