Spotlight Sale: Save 50% on select Plugins now through September 16.

Bytes Conversions

Flash - Code Plugins - May 27, 2024

A plugin that adds eight functions for processing binary bytes

  • Supported Platforms
  • Supported Engine Versions
    5.2 - 5.4
  • Download Type
    Engine Plugin
    This product contains a code plugin, complete with pre-built binaries and all its source code that integrates with Unreal Engine, which can be installed to an engine version of your choice then enabled on a per-project basis.

Plugin that adds the ability to convert bytes array to savegame/string and vice versa. It is also possible to save bytes to a file and retrieve the bytes saved in the file.

Technical Details

Features:

  •  SaveGame to Bytes & vice versa
  •  String to Bytes & vice versa
  •  Save Bytes to file on disk & Load Bytes from file on disk

Code Modules:

  •  BytesConversions (Runtime)

Number of Blueprints: (2 + 1 Widget Blueprint) -> For demo

Number of C++ Classes: 4

Supported Development Platforms: Tested on windows, should works on others

Supported Target Build Platforms: Win64 & Android, cannot compile for Mac & iOS

Documentation: HERE