Navigation
API > API/Runtime > API/Runtime/BuildPatchServices
| Name | IDirectoryChunker |
| Type | class |
| Header File | /Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IDirectoryChunker.h |
| Include Path | #include "Interfaces/IDirectoryChunker.h" |
Syntax
class IDirectoryChunker
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IDirectoryChunker() |
Interfaces/IDirectoryChunker.h |
Classes
| Name | Remarks |
|---|---|
| FOnBuildFilesEnumerated | Declares an event type exposed on this class for when the files from the build root have been enumerated. |
| FOnChunkMatch | Declares an event type exposed to this class when a chunk has been matched with the already existing one. |
| FOnManifestFileWritten | Declares an event type exposed on this class for when the manifest has been saved to the cloud directory. |
| FOnManifestGenerated | Declares an event type exposed on this class for when the manifest has been finalized. |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FMD5Hash | BuildPatchServices::IDirectoryChunker::FOnBuildFilesEnumerated | Interfaces/IDirectoryChunker.h | ||
| FString | BuildPatchServices::IDirectoryChunker::FOnBuildFilesEnumerated | Interfaces/IDirectoryChunker.h | ||
| void | BuildPatchServices::IDirectoryChunker::FOnBuildFilesEnumerated | Declares an event type exposed on this class for when data files have been saved to the cloud directory. | Interfaces/IDirectoryChunker.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Abort() |
Signal to the process that it should abort. | Interfaces/IDirectoryChunker.h | |
FOnBuildFilesEnumerated & OnBuildFilesEnumerated() |
Interfaces/IDirectoryChunker.h | ||
FOnChunkFileWritten & OnChunkFileWritten() |
Interfaces/IDirectoryChunker.h | ||
FOnChunkMatch & OnChunkMatch() |
Interfaces/IDirectoryChunker.h | ||
FOnManifestFileWritten & OnManifestFileWritten() |
Interfaces/IDirectoryChunker.h | ||
FOnManifestGenerated & OnManifestGenerated() |
Interfaces/IDirectoryChunker.h | ||
FOnManifestGenerated & OnManifestGeneratedDecrypted() |
Interfaces/IDirectoryChunker.h | ||
bool Run () |
Processes the directory to create chunks for new data and produce a manifest, saved to the cloud directory. | Interfaces/IDirectoryChunker.h |