




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
2024.7.24:
1. Added FString conversion to GB2312 format URL encoding
2. Added GB2312 format URL encoding conversion to FString
3. Added UE5.4 version
4. v1.2 version only UE5.2-5.4
Cannot submit UE5.1 version
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、URL[GB2312]、Unicode、Bytes、Base64、Ascii/codepoint
功能:(请提供完整、全面的产品功能列表)
- 将字符串与 URL 相互转换
- 将字符串与 Unicode 相互转换
- 将字符串与字节 [UTF-8] 相互转换
- 将字符串与 Base64 相互转换
- 将字符串与 Unicode 相互转换
- 将字符串相互转换Ascii/codepoint
更新:
2022.5.16:新增所有字符的Unicode编码
2022.8.10:增加String到Ascii码/codepoint的转换
2024.7.24:
1.新增FString转换为GB2312格式URL编码
2.新增GB2312格式URL编码转换为FString
3.新增UE5.4版本
4.v1.2版本仅限UE5.2-5.4
无法提交UE5.1版本
代码模块:
- UStringConvertBPFLibrary
蓝图数量:0
C++ 类数量:2
支持的开发平台:Win64
支持的目标构建平台:Win64
文档:https://github.com/kak0na/UE4_StringConvert/blob/main/Readme.md
示例项目:https://github.com/kak0na/UE4_StringConvert
重要/附加说明:String、Convert、URL、URL[GB2312]、Unicode、Bytes、Base64、Ascii/codepoint
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.
轻松将字符串转换为URL、Unicode、Bytes、Base64、Ascii格式的数据。
这是一个只用C++编写的插件。
可以在Blueprints中轻松调用,也可以在C++中调用。
可以完美适配中文和英文。
只将目标平台写成WIN64,如果是其他平台,可以尝试
在蓝图中搜索 StringConvert 来使用它。

评论(0)