FChunkDownloader::DownloadChunks

Download (Cache) all pak files in these chunks then fire the callback (convenience wrapper managing multiple DownloadChunk calls)

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 DownloadChunks
(
    const TArray< int32 > & ChunkIds,
    const FCallback & Callback,
    int32 Priority
)

Remarks

Download (Cache) all pak files in these chunks then fire the callback (convenience wrapper managing multiple DownloadChunk calls)

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