Navigation
API > API/Plugins > API/Plugins/ChunkDownloader > API/Plugins/ChunkDownloader/FChunkDownloader
References
| Module | ChunkDownloader |
| Header | /Engine/Plugins/Runtime/ChunkDownloader/Source/Public/ChunkDownloader.h |
| Include | #include "ChunkDownloader.h" |
| Source | /Engine/Plugins/Runtime/ChunkDownloader/Source/Private/ChunkDownloader.cpp |
void DownloadChunk
(
int32 ChunkId,
const FCallback & Callback,
int32 Priority
)
Remarks
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.