Navigation
API > API/Runtime > API/Runtime/Core
Backpointer interface to the Cooker for functions that are implemented in Cooker code for PackageWriters used by the cooker rather than CookedPackageWriter code, but that are triggered from CookedPackageWriter code. This type is a cooker implementation detail and might be changed without deprecation in a future version.
| Name | ICookerInterface |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/PackageWriter.h |
| Include Path | #include "Serialization/PackageWriter.h" |
Syntax
class ICookerInterface
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~ICookerInterface() |
Serialization/PackageWriter.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EPackageWriterResult CookerBeginCacheForCookedPlatformData
(
FBeginCacheForCookedPlatformDataInfo& Info |
Serialization/PackageWriter.h | ||
bool IsDeterminismDebug() |
Serialization/PackageWriter.h | ||
void RegisterDeterminismHelper
(
ICookedPackageWriter* PackageWriter, |
Serialization/PackageWriter.h | ||
void WriteFileOnCookDirector
(
const FWriteFileData& FileData, |
Serialization/PackageWriter.h |