Navigation
API > API/Plugins > API/Plugins/ChunkDownloader > API/Plugins/ChunkDownloader/FChunkDownloader
Description
Download all pak files in the chunk, but don't mount. Callback is fired when all paks have finished caching (whether success or failure). Downloads will retry forever, but might fail due to space issues.
| Name | DownloadChunk |
| Type | function |
| Header File | /Engine/Plugins/Runtime/ChunkDownloader/Source/Public/ChunkDownloader.h |
| Include Path | #include "ChunkDownloader.h" |
| Source | /Engine/Plugins/Runtime/ChunkDownloader/Source/Private/ChunkDownloader.cpp |
void DownloadChunk
(
int32 ChunkId,
const FCallback & Callback,
int32 Priority
)