FChunkDownloader::DownloadChunk

Download all pak files in the chunk, but don't mount.

Windows
MacOS
Linux

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

Syntax

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss