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 PackageChunkData
(
const BuildPatchServices::FPackageChunksConfiguration & Configuration
)
Remarks
Packages data referenced by a manifest file into chunkdb files, supporting a maximum filesize per chunkdb. NOTE: THIS function is blocking and will not return until finished. Don't run on main thread. true if successful.
Parameters
| Name | Description |
|---|---|
| Configuration | Specifies the settings for the operation. See BuildPatchServices::FPackageChunksConfiguration comments. |