FChunkDownloader::MountChunk

Download all pak files, then asynchronously mount them in order (in order among themselves, async with game thread).

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 MountChunk
(
    int32 ChunkId,
    const FCallback & Callback
)

Remarks

Download all pak files, then asynchronously mount them in order (in order among themselves, async with game thread).

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