FAsyncWriter::Serialize

[CLIENT THREAD] Serialize data to buffer that will later be saved to disk by the async thread

Windows
MacOS
Linux

Override Hierarchy

FArchive::Serialize()

FAsyncWriter::Serialize()

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/OutputDeviceFile.h

Include

#include "Misc/OutputDeviceFile.h"

Source

/Engine/Source/Runtime/Core/Private/Misc/OutputDeviceFile.cpp

Syntax

virtual void Serialize
(
    void * InData,
    int64 Length
)

Remarks

[CLIENT THREAD] Serialize data to buffer that will later be saved to disk by the async thread

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss