Description
The ChunkCore plugin is a Blueprint wrapper for the ChunkDownloader Plugin
ChunkDownloader is a patching solution for Unreal Engine. It downloads assets from a remote service and mounts them in memory for use in your games, enabling you to provide updates and assets with ease.
eelDev
Technical Details
Features
- Use the ChunkDownloader plugin in Blueprints
- Download game files on demand
- Patch your game
Code Modules
- ChunkCore [Runtime]
Number of C++ Classes: 10+
Supported Development Platforms: Windows
Supported Target Build Platforms: Windows, Linux, Mac
Documentation: https://eeldev.com/
Notes: This is a Blueprint Wrapper plugin for the ChunkDownloader Plugin that is shipped with UE 4.26+ and as such you’ll be referred to the official ChunkDownloader Plugin’s documentation.
ChunkDownloader Documentation