Navigation
API > API/Runtime > API/Runtime/BuildPatchServices > API/Runtime/BuildPatchServices/Interfaces > API/Runtime/BuildPatchServices/Interfaces/IBuildPatchServicesModule
References
| Module | BuildPatchServices |
| Header | /Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildPatchServicesModule.h |
| Include | #include "Interfaces/IBuildPatchServicesModule.h" |
bool ChunkBuildDirectory
(
const BuildPatchServices::FChunkBuildConfiguration & Configuration
)
Remarks
Processes a Build directory to create chunks for new data and produce a manifest, saved to the provided cloud directory. NOTE: This function is blocking and will not return until finished. true if successful.
Parameters
| Name | Description |
|---|---|
| Configuration | Specifies the settings for the operation. See BuildPatchServices::FChunkBuildConfiguration comments. |