Meshingun Studio: 所有产品五折优惠

LE Compression

Low Entry - 代码插件 - 2016/05/23
4
5颗星(总分5颗星)(4个评分)
  • 100%
  • 0%
  • 0%
  • 0%
  • 0%

This plugin provides you with Blueprints to compress bytes.

  • 支持的平台
  • 支持的引擎版本
    4.9 - 4.27, 5.0 - 5.3
  • 下载类型
    引擎插件
    此产品包含一款代码插件,含有预编译的二进制文件以及与虚幻引擎集成的所有源代码,能够安装到您选择的引擎版本中,并根据每个项目的需求启动。

Preview: youtube.com/watch?v=N2R9Qavg4sA


The Compression plugin provides you with Blueprints to compress bytes, so they take up less space.


The most important feature of this plugin is that this plugin has also been designed to be used in conjunction with a server programmed in Java, like an account server or a match making server for example.

To make this possible, the compression algorithm has also been programmed in a Java library, which has been made free and open source.

The Java library is available here.


PS: you can convert bytes to and from string (and more) with the LE Extended Standard Library plugin (which is free)

技术细节

Number of Blueprints: 2 (can change over time)

Features:
• Compression and decompression of bytes (LZF)

More features or algorithms might be added later if there is a need for it.

Intended Platform: All
Platforms Tested: Windows, Mac and Linux (bugs found on any platform will be fixed)
Documentation Included: Each Blueprint node has a small and meaningful description, which can be viewed in the editor directly.
Important\Additional Notes:
• This plugin only uses UE4 C++ code, no other C++ libraries or 3rd party solutions are being used. This ensures maximum stability and compatibility.
• In the very worst possible scenario, the LZF algorithm adds 1 byte to the size of the data, since the algorithm adds a boolean at the start of the compressed data to indicate whether the data is compressed or not.