Velarion: 전체 콘텐츠 50% 할인

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