StringConvert 2 Url/Unicode/Bytes/Base64/Ascii

taoqibao - Code Plugins - May 14, 2022

Easily convert String to URL, Unicode, Bytes, Base64 format data freely.

  • Supported Platforms
  • Supported Engine Versions
    4.26 - 4.27, 5.0 - 5.3
  • 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.

Easily convert strings to URL, Unicode, Bytes, Base64 ,Ascii formatted data.

This is a plugin written only in C++.

It can be easily called in Blueprints and also in C++.

It can adapt to Chinese and English perfectly.

Only write the target platform as WIN64, if it is another platform, you can try it.

Search for StringConvert in Blueprints to use it.

Technical Details

Features: (Please include a complete, comprehensive list of product features)

  • Convert String to/from URL
  • Convert string to/from Unicode
  • Convert string to/from bytes [UTF-8]
  • Convert string to/from Base64
  • Convert string to/from Ascii/codepoint


Update:

2022.5.16:Added Unicode encoding for all characters

2022.8.10:Increase the conversion of String to Ascii code/codepoint


Code Modules:

  • UStringConvertBPFLibrary

Number of Blueprints: 0

Number of C++ classes: 2

Supported development platforms: Win64

Supported target build platforms: Win64

Documentation: https://github.com/kak0na/UE4_StringConvert/blob/main/Readme.md

Example project: https://github.com/kak0na/UE4_StringConvert


Important/Additional Notes:String、Convert、URL、Unicode、Bytes、Base64、Ascii/codepoint