Navigation
API > API/Runtime > API/Runtime/BuildPatchServices
| Name | IChunkHarvester |
| Type | class |
| Header File | /Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IChunkHarvester.h |
| Include Path | #include "Interfaces/IChunkHarvester.h" |
Syntax
class IChunkHarvester
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IChunkHarvester() |
Interfaces/IChunkHarvester.h |
Classes
| Name | Remarks |
|---|---|
| FOnChunkFileWritten | Declares an event type exposed on this class for when data files have been saved to the cloud directory. |
| FOnManifestLoaded | Declares an event type exposed to this class when the manifest has been loaded, providing the result. |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Abort() |
Signal to the process that it should abort. | Interfaces/IChunkHarvester.h | |
FOnChunkFileWritten & OnChunkFileWritten() |
Interfaces/IChunkHarvester.h | ||
FOnManifestLoaded & OnManifestLoaded() |
Interfaces/IChunkHarvester.h | ||
bool Run () |
Uses the manifest file to rebuild the cloud directory from the orignal build data. | Interfaces/IChunkHarvester.h |