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: AllPlatforms 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.

蓝图数量:2(可以随时间变化)特性•*字节的压缩和解压缩(LZF)如果需要,以后可能会添加更多的特性或算法。 预期平台:所有平台测试:Windows、Mac和Linux(在任何平台上发现的错误将被修复)文档包括:每个蓝图节点都有一个小而有意义的描述,可以直接在编辑器中查看。重要\附加说明•*此插件仅使用UE4C++代码,未使用其他C++库或第三方解决方案。 这确保了最大的稳定性和兼容性。 •在最坏的情况下,LZF算法会在数据的大小上增加1个字节,因为该算法会在压缩数据的开头添加一个布尔值来指示数据是否被压缩。










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)

预览: youtube.com/watch?v=N2R9Qavg4sA

压缩插件为您提供了蓝图来压缩字节,因此它们占用的空间更少。

这个插件最重要的特点是这个插件也被设计成与Java编程的服务器一起使用,比如一个帐户服务器或一个匹配服务器。

为了实现这一点,压缩算法也被编程在一个Java库中,该库已经被免费和开源。

Java库可用 这里.

PS:您可以使用 LE扩展标准库插件 (这是免费的)

声明:本站所有资源都是由站长从网络上收集而来,如若本站内容侵犯了原著者的合法权益,可联系站长删除。