StringConvert 2 Url/Unicode/Bytes/Base64/Ascii

taoqibao - 代码插件 - 2022/05/14

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

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

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.

技术细节

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