Choose your operating system:
Windows
macOS
Linux
| FArchiveState
|
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Serialization/LargeMemoryWriter.h |
Include |
#include "Serialization/LargeMemoryWriter.h" |
class FLargeMemoryWriter : public FMemoryArchive
Archive for storing a large amount of arbitrary data to memory
Name | Description | |
---|---|---|
|
FLargeMemoryWriter |
Name | Description | ||
---|---|---|---|
|
uint8 * |
GetData() |
Returns the written data. |
|
GetView() |
Returns a view on the written data |
|
|
uint8 * |
ReleaseOwnership() |
Releases ownership of the written data |
Name | Description | ||
---|---|---|---|
|
GetArchiveName() |
Returns the name of the Archive. |
|
|
TotalSize() |
Gets the total size of the data written |