Skip to content
Media 1 for listing Large File Support For HTTP

Description

Large File Support - HTTP

Enable seamless large file uploads (2GB+) over HTTP in Unreal Engine!

Large File Support - HTTP is a powerful plugin designed for developers who need to perform PUT and POST HTTP operations with files larger than 2GB something Unreal Engine does not support natively due to its reliance on TArray<>. This plugin overcomes that limitation by internally switching to TArray64<>, ensuring reliable support for large file transfers without breaking the existing HTTP workflow.

Key features :

  • Large File Uploads (2GB+)Upload massive files over HTTP using PUT or POST methods with ease.

  • Built on Unreal's HTTP SystemExtends the existing HTTP framework with minimal learning curve.

  • TArray64<> BackedReplaces native TArray<> usage to overcome Unreal Engine’s size limitations.

  • Easy IntegrationUse in both C++ and Blueprints (if exposed) with intuitive and familiar API design.

  • Ideal for Cloud Storage, Media, and Patch DeliveryPerfect for developers working on launchers, patchers, content delivery systems, or any system requiring large file handling.

  • Request Module IncludedA separate Request Module is included that demonstrates how to use the LFS HTTP system.This module also provides proxy request examples, making it easier to get started and understand integration.

Included formats