Giter Club home page Giter Club logo

filedownload-ue4's Introduction

FileDownload-UE4

A http based file download plugin for Unreal Engine 5+

feature

1.breakpoint resume.(save task progress to json on stop, read from json on resume)

2.block based download.(use http RANGE feature download large file, up to 2GB, you can change int32 to int64 for 2GB+ file)

3.async IO write, no IO block on game thread

usages

Pseudo code

--add task on button clicked event 
local DownloadMgr = UE4.UGameplayStatics.SpawnObject(UE4.UFileDownloadManager)

local url = 'https://www.blender.org/download/release/Blender3.2/blender-3.2.0-windows-x64.zip'

local TaskID = DownloadMgr:AddTaskByUrl(url, '', '')

--get progress umg tick
local TaskInfo = DownloadMgr:GetTaskInfo(TaskID)
local percent = TaskInfo.CurrentSize / TaskInfo.TotalSize
--update widget

filedownload-ue4's People

Contributors

rpg3d avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

filedownload-ue4's Issues

Ddownload speed

This is a great plugin , But The download speed is too slow

Is it even working?

Hi, I am not able to get it working. I have downloaded the project n tried to run it but no luck.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.