FZenStoreWriter::WriteMPCookMessageForPackage

Asynchronously create a CompactBinary Object message that replicates all of the package data from package save that is collected in memory and written at end of cook rather than being written to disk during package save.

Unreal Engine C++ API Reference > Developer > IoStoreUtilities > FZenStoreWriter

References

   
Module IoStoreUtilities
Header /Engine/Source/Developer/IoStoreUtilities/Public/ZenStoreWriter.h
Include #include "ZenStoreWriter.h"
Source /Engine/Source/Developer/IoStoreUtilities/Private/ZenStoreWriter.cpp
virtual [TFuture](API\Runtime\Core\Async\TFuture)< [FCbObject](API\Runtime\Core\Serialization\FCbObject) > WriteMPCookMessageForPackage
(
    [FName](API\Runtime\Core\UObject\FName) PackageName
)

Remarks

Asynchronously create a CompactBinary Object message that replicates all of the package data from package save that is collected in memory and written at end of cook rather than being written to disk during package save. Used during MPCook to transfer this information from CookWorker to CookDirector. Called after CommitPackage, and only on CookWorkers.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library