StringConvert 2 Url/Unicode/Bytes/Base64/Ascii

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

  • サポートされたプラットフォーム
  • サポートされたエンジンバージョン
    4.26 - 4.27, 5.0 - 5.3
  • ダウンロードのタイプ
    エンジン プラグイン
    この製品には、コード プラグインが含まれており、ビルド済みのバイナリと Unreal Engine に統合される全ソースコードが完備されています。任意のエンジン バージョンにインストールし、プロジェクト毎に有効化することが可能です。

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