FChunkDownloader::BeginLoadingMode

Snapshot stats and enter into loading screen mode (pauses all background downloads).

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 BeginLoadingMode
(
    const FCallback & Callback
)

Remarks

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.

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