DT

QR Code Generate

QR Code Generate download

Description   QR Code Texture Generation   QR Code Generate QR Code Texture Generation Param “String” : String to be formatted. Param “Version” : QR code version identification, you can choose 1-40, the higher the version, the more characters it contains. Param “Level” : Code error correction level L 7%, M 15%, Q 25%, H 30% Param “Image Border” : Image …

Read More »

MD5 Encrypt

MD5 Encrypt download

Description The MD5 message-digest algorithm is a cryptographically broken but still widely used hash function producing a 128-bit hash value. It can be used as a checksum to verify data integrity, but only against unintentional corruption. It remains suitable for other non-cryptographic purposes, for example for determining the partition for a particular key in a partitioned database, and may be …

Read More »

Exec CMD – DTCmd

Exec CMD – DTCmd download

Run the Windows command line in the blueprint non-blocking and output the return value, and can monitor the output content from time to time. You can run a program directly (enter the full path of the program) You can run the bat script directly, and run any operation you want in the bat script.

Read More »

HTTP AND JSON

HTTP AND JSON download

Description This plug-in can quickly and quickly use HTTP requests and JSON parsing in blue, Suitable for simple network interface docking and data analysis.   The concept of this plug-in is to turn all JSON data into string operations so that it can be used and understood. There are only 6 blueprint functions for operation. Although the number is small, …

Read More »

AES Encrypt Decrypt – DTAes

AES Encrypt Decrypt – DTAes download

AES 加密解密字符串和数据数组。 AES Encryption And Decryption Of Strings And Data Arrays. Technical Details Features: (Please include a full, comprehensive list of the features of the product)  AES Encrypt  AES Decrypt  AES Encrypt ( Data ) AES Decrypt ( Data ) Code Modules:  Runtime : DTAes Number of Blueprints: 4 Supported Development Platforms: Windows, Linux, Mac Supported Target Build Platforms: All …

Read More »

Url Encode Decode

Url Encode Decode download

字符串进行Url编码解码,Html编码,用户在HTTP请求中参数格式化使用。 The string is encoded and decoded by Url, encoded by Html, and formatted by the user in the HTTP request. Url Encode Returns a percent-encoded version of the passed-in string Url Decode Returns a decoded version of the percent-encoded passed in string Html Encode Returns the < &gt…etc encoding for strings between HTML elements. Technical Details Features: DT Url …

Read More »

MySQL Connector

MySQL Connector download

使用蓝图连接MySQL数据库,执行SQL语句或调用存储过程,可以获得多个结果集。 Use blueprints to connect to MySQL databases, execute SQL statements or call stored procedures, and you can get multiple result sets. 插件可以直接执行SQL语句,SELECT,DELETE,INSERT,UPDATE,CALL。 直接操作数据库,并返回相应结果集,并可以把结果集转换为TArray<TMap<FString,FString>>或是Json数据。 Plugins can directly execute SQL statements, SELECT, DELETE, INSERT, UPDATE, CALL. Directly operate the database, and return the corresponding result set, and can convert the result set into TArray<TMap<FString, FString>> or Json data. 1. Connect Mysql …

Read More »