Navigation
Unreal Engine C++ API Reference > Developer
Classes
Type | Name | Description |
---|---|---|
Public class | FZenStoreWriter | A PackageStoreWriter that saves cooked packages for use by IoStore, and stores them in the Zen storage service. |
Public class | IPackageStoreWriter |
Functions
Type | Name | Description |
---|---|---|
int32 | CreateIoStoreContainerFiles ( const TCHAR* CmdLine ) | |
bool | DumpIoStoreContainerInfo ( const TCHAR* InContainerFilena..., const FKeyChain& InKeyChain ) | |
bool | ExtractFilesFromIoStoreContainer ( const TCHAR* InContainerFilena..., const TCHAR* InDestPath, const FKeyChain& InKeyChain, const FString* InFilter, TMap< FString, uint64 >* OutOr..., TArray< FGuid >* OutUsedEncryp..., bool* bOutIsSigned ) | |
bool | LegacyDiffIoStoreContainers ( const TCHAR* InContainerFilena..., const TCHAR* InContainerFilena..., bool bInLogUniques1, bool bInLogUniques2, const FKeyChain& InKeyChain1, const FKeyChain* InKeyChain2 ) | |
bool | LegacyListIoStoreContainer ( const TCHAR* InContainerFilena..., int64 InSizeFilter, const FString& InCSVFilename, const FKeyChain& InKeyChain ) | |
bool | ProcessFilesFromIoStoreContainer ( const TCHAR* InContainerFilena..., const TCHAR* InDestPath, const FKeyChain& InKeyChain, const FString* InFilter, TFunction< bool(const FString&, co..., TMap< FString, uint64 >* OutOr..., TArray< FGuid >* OutUsedEncryp..., bool* bOutIsSigned, int32 MaxConcurrentReaders ) | |
bool | SignIoStoreContainer ( const TCHAR* InContainerFilena..., const FRSAKeyHandle InSigningKey ) | |
bool | UploadIoStoreContainerFiles ( const TCHAR* Params ) |