IPackageStoreWriter

Unreal Engine C++ API Reference > Developer > IoStoreUtilities

Inheritance Hierarchy

References

   
Module IoStoreUtilities
Header /Engine/Source/Developer/IoStoreUtilities/Public/PackageStoreWriter.h
Include #include "PackageStoreWriter.h"

Syntax

class IPackageStoreWriter : public [ICookedPackageWriter](API\Runtime\Core\Serialization\ICookedPackageWriter)  

Functions

Type Name Description
FZenStoreWri... AsZenStoreWriter () Downcast function for IPackageStoreWriter that is of class FZenStoreWriter.
void GetEntries ( TFunction< void(TArrayView< const F... ) Returns all cooked package store entries.
FCommitEvent... OnCommit ()  
FEntryCreate... OnEntryCreated ()  
FMarkUpToDat... OnMarkUpToDate ()  

Overridden from ICookedPackageWriter

Type Name Description
IPackageStor... AsPackageStoreWriter () Identify as a member of this interface from the ICookedPackageWriter api.

Classes

Type Name Description
Public class FCommitEvent Broadcasted after a package has been committed, i.e cooked.
Public struct FCommitEventArgs Package commit event arguments
Public class FEntryCreatedEvent  
Public struct FEntryCreatedEventArgs  
Public class FMarkUpToDateEvent Broadcasted after a set of packages have been found to be up to date.
Public struct FMarkUpToDateEventArgs  
Public struct FOplogCookInfo  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library