Unreal Engine

Property Transfer Tool

This is a simple Editor Plugin for Unreal Engine. It helps to batch transfer Blueprint Properties (variables), Functions & Macros, across any number of Blueprints selected on Asset Browser. Preview Video: YouTube Technical Details It’s very simple to use: Pick a ‘Source’ Blueprint. Pick Target(s) from Asset Browser. Pick which variables to copy. Click ‘Apply’ and save. Property Picker supports …

Read More »

Procedural Terrain Generator v2

The Procedural Terrain Generator (PTG) v2 is an editor code plugin that aims to assist the user by procedurally creating terrains with different shaped (plane, sphere or cube) and populate it with thousands of nature meshes (using HISMs) and actors in just a few seconds, using your own assets. It also provides modifiers and other settings that let you create exceptions on the …

Read More »

PostgreSQL Integration

This plugin presents a seamless and effective solution for integrating your Unreal Engine projects with Postgres databases, offering a robust and adaptable method for storing and retrieving data. Utilizing this plugin, users are able to execute SQL queries against their Postgres server, receiving the resultant data for use within their Unreal Engine endeavors. Technical Details Features: 1> Connection Management: Connect …

Read More »

Pie Menus Plugin

This plugin adds a set of radial menus in editor. Pie menu is canonical UI element across many 3d softwares, instead of memorizing tons of hotkeys you store actions in gestures! This implementation of radial menus supports nesting with forward menu propagation. Menu entries are evenly distributed in a circle. * This plugin works only in level editor viewport now! …

Read More »

Physical Rope

“PhysicalRope” is a physically collidable & simutable rope. Technical Details Video : Demonstration Video Documentation: Documentation Features: Physically Simulated Physically Collidable Easy Implementation Easy Customization  Highly optimized with the power of C++ Code Modules:  PhysicalRope_CC (Runtime)  PhysicalRope_SC (Runtime] Number of Blueprints: 2 Number of C++ Classes: 2 Supported Development Platforms: (Win 64, Win 32, Mac OS) Supported Target Build Platforms: (Win 64, …

Read More »

Operating System Simulator Plugin

Operating System Simulator plugin v3.x simulates a full operating system environment. The system is fully modular and developers can create their own commands as well as programs in Blueprints or C++. It includes devices such as pc, phone and devices that require battery. Apps such as web browser, file explorer, terminal, store, bank, mail, audio/video player etc. Experimental support for …

Read More »

Open Logic Editor – Visual Scripting

🎮 Demo (Google Drive) 🎥 Demo (YouTube) 📁 Documentation 📝 Discord (For support) Description 💡Open Logic Editor is a plugin aimed at creating a visual scripting graph for your game. It is natively integrated into the Unreal Editor but can also be integrated into a game, as shipping builds are supported. Last Update(March 23, 2024) Technical Details Features: Customizable Nodes …

Read More »

Online Subsystem Blueprints

Now you can access the online subsystems that Unreal Engine provides from blueprints. With over 290+ functions (100+ async) and 100+ events supported, you can create friend list UIs and party invite systems, all without touching C++! For a full list of supported functions and events, please refer to the documentation before purchasing. This list will expand over time. To …

Read More »

Node Graph Assistant

User guide: https://github.com/pdlogingithub/UE4-Node-Graph-Assistant/blob/master/README.md Demo video: https://www.youtube.com/watch?v=CaPnqe5mIh4 Support page: https://forums.unrealengine.com/unreal-engine/marketplace/1435240-wip-node-graph-assistant Technical Details Features: Connect multiple pins with one connection wire. One click re-organize nodes. Duplicate existing wire. Bypass node and maintain pre-existing connection wires. Create node directly on wire. Cut off wires with cursor sweep. Highlight wires with click. Select linked nodes. Panning when dragging wires or nodes. Wire auto snap …

Read More »

Narrative 3 – Node Based Quests and Dialogue

GET HELP WITH NARRATIVE: QUICK START VIDEO GUIDE WRITTEN DOCUMENTATION DISCORD SUPPORT CHANNEL TRY NARRATIVE BEFORE YOU BUY: NARRATIVE PLAYABLE DEMO CREATE GAMES PREVIOUSLY NOT POSSIBLE TO INDIES Fallout, Skyrim, Grand Theft Auto, Cyberpunk – these sorts of vast, epic worlds have long been reserved for studios with millions in funding. Narrative removes a huge roadblock by giving you a …

Read More »

MySQL Connector

使用蓝图连接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 »