[Unreal Engine UE] UE4/UE5 functional plug-in recommendation and introduction 1

1. VaRest (API calling plug-in)

insert image description here
Implement the basic method of POST/GET, and support HEAD with information.
Use case: [Unreal Engine UE] Detailed explanation of three modes of UE5 calling API (case based on free Varest plug-in)

2. Easy File Dialog (file read and save dialog plug-in)

insert image description here
It can quickly realize the import and export path of opening the dialog box to obtain data.

3. Journeyman's Minimap (mini map plug-in)

insert image description here
insert image description here
Free plug-in for a certain month, a more convenient map plug-in, you can change the style and use it directly.

4. Runtime Files Downloader (data online download)

insert image description here
http download data to the specified path

5. Runtime Gizmo (object movement, rotation and scaling tool)

insert image description here
Press space to switch editing mode (move, rotate, zoom)
and support coordinate display and conversion.

六、ZipUtility Plugin

(A compressed package operation plug-in based on UE5)

Flexible 7zip compression, archiving and file manipulation plugin for Unreal Engine. A modern build of 7zip cpp based on the SevenZip++ C++ wrapper for accessing the 7-zip-like COM API in 7z.dll and 7za.dll.

GIT address: https://github.com/getnamo/ZipUtility-Unreal

7. MD5 Encrypt (md5 code shortcut generator)

insert image description here
It is used to quickly generate MD5 codes for file transfer.

8. Blueprint WebSockets (webSocket blueprint retrieval tool)

insert image description here
As the name suggests, it is convenient to realize the continuous communication of the network.

9. Achievement System

insert image description here
The convenient achievement system can also be used as a simple version of the task system, the advantage is light weight.

10. Runtime Image Loader (simple online image reading tool)

insert image description here

Guess you like

Origin blog.csdn.net/qq_35079107/article/details/127952335