Code Plugins

File System Library

File System Library download

Description Video showcase: https://youtu.be/HE4wIZ8n1kc Demo: Windows / Mac Documentation: https://lambda-w.github.io/Documentation/docs/FileSystemLibrary/ Unreal Forums: https://forums.unrealengine.com/t/lambda-works-time-clock/2525302   File System Library is cross platform blueprint library that allows you to easily interact with files and directories. It includes basic features like copy, move and delete for both files and directories. It also allows you to use your operating system’s default dialog windows to open …

Read More »

Foliage Plugin

Foliage Plugin download

Description Convert Foliage Instances to Interactive Actors The Foliage Plugin allows you to seamlessly convert Unreal Engine Foliage Instances into fully interactive Actors. These Actors can be used for a variety of gameplay purposes, such as harvesting resources like wood, stone, berries, and more. Easily turn your trees, rocks, and entire forests into dynamic, harvestable objects.   ✅ Key Features …

Read More »

Global Event Handler

Global Event Handler download

Description Video: Link Design your code using a solid pattern, decouple it and remove all the unnecessary dependencies. Implementation of the Event Aggregator Pattern (Observer Pattern), inspired in WPF frameworks like Prism.   Design your project like a pro By decoupling your project, and eliminate unnecessary dependencies, you make your projects more modular and testable. Have you ever tried to migrate a Blueprint and found out that it had tons of dependencies? That’s because castings creates dependencies to the casted classes.   Game Instance Subsystem Based No need to create components or interfaces for using the Global Event Pattern. Just Call and Bind, exactly how the UE4’s Event Dispatchers work, but globally 😉   Level Streaming Supported If you ever tried to communicate to an Actor that lives in a different sublevel, then you know how annoying that can be! This plugin will help with that.   Payloads supported Send any UObject Payload containing any kind of data.

Read More »

Graph Formatter

Graph Formatter download

Description This plugin offers you the possibility to arrange graph nodes automatically. To use it, select nodes you want to arrange, or just deselect all nodes and press “Format Graph”(SHIFT+F) button on the toolbar. GraphFormatter is open source, you can find the source code on GitHub. It takes a lot of time to develop, please consider purchasing a copy from the …

Read More »

Blueprint Assist

Blueprint Assist download

Description Features For a full overview of features, please have a look at this page on the wiki which contains animated gifs for each feature of the plugin Node formatting: When a user places a node on the graph, the node formatting algorithm is run. So as you code your Blueprint, your nodes are automatically positioned so they are readable. Examples …

Read More »

Ultimate Building System

Ultimate Building System download

Description 📷 Walkthrough Video |🕹️ PLAYABLE DEMO | 📖DOCS   Update 1.2 Is Live 🌐 Full replication support has now been added. 🔨 Ultimate Building System (UBS) 🔨   If you’re looking for a building system for your game, the Ultimate Building System offers a plug-and-play solution that gets you up and running effortlessly. Designed with a powerful, data-driven framework, …

Read More »

Dialogue Builder

Dialogue Builder download

Description Overview / Tutorial / Documentation / Demo / DemoEditor / MultiplayerOverview / MultiplayerDemoEditor /UE5 Overview Create your Dialogues with the power of Blueprint Editor. Find all functionality that you need for Dialogue creation in one asset. Based on common and simple developer experience Update v1.9 ready 27 October 23: * Added Second animation variable to cover body and face …

Read More »

One Click Control Rig

One Click Control Rig download

UPGRADE YOUR ANIMATIONS in UNREAL 5 This is the secret weapon to make your characters come to life! Take any 3D character model, upload it to Mixamo.com and you’re ready to add + modify your animations without leaving Unreal Engine 5 Stop jumping between different software and waiting hours for renders… Level up your animations in real-time with the One …

Read More »

Ninja Input

Ninja Input download

Description The Ninja Input plugin simplifies handling player input, while working with the Enhanced Input module.   It provides many Input Handlers out-of-the-box, which can be connected to your Input Actions and perform common tasks such as move, look, jump or crouch. It is also integrated with the Gameplay Ability System, providing Input Handlers for all common GAS-related activation/cancellation logic. …

Read More »

Horizon UI Plugin

Horizon UI Plugin download

Description Tutorial and Demo: https://www.youtube.com/playlist?list=PL8t82QeLBw4WEXHCnMk8hL2sGtgQ0ZK_H The goal of this plugin is to help you create and manage rich user interfaces and dialogue systems for your games. This plugin supports various widgets that can enhance your UI design and functionality, such as flipbook widget, dialogue text block, multi-toggle button, radio button, tile view and more. You can also use rich text …

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 »