Navigation
API > API/Plugins > API/Plugins/ChunkDownloader > API/Plugins/ChunkDownloader/FChunkDownloader
Description
Snapshot stats and enter into loading screen mode (pauses all background downloads). Fires callback when all non-background downloads have completed. If no downloads/mounts are currently queued by the end of the frame, callback will fire next frame.
| Name | BeginLoadingMode |
| 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 BeginLoadingMode
(
const FCallback & Callback
)