Code Plugins

Bug Tracker

Bug Tracker download

Description Bug Tracker is a plugin that integrates with the Unreal Engine which is built and based on the Trello API, it takes advantage of an large amount of the Trello REST API offering developers the ability to manage and track bugs in-editor that have been reported in-game by players with high detail and screenshots, because of its flexibility and …

Read More »

Clipboard – Copy and Paste

Clipboard – Copy and Paste download

Description How to use: ClipboardCopy Functions: ClipboardCopy – Copies the contents of the passed in String to your operating system’s clipboard ClipboardCopyName – Copies the contents of the passed in Name to your operating system’s clipboard ClipboardCopyText – Copies the contents of the passed in Text to your operating system’s clipboard ClipboardPaste Functions: ClipboardPaste – Returns the contents of the …

Read More »

Collision Settings Debugger

Collision Settings Debugger download

Description Do you know the feeling, when you configure collisions and nothing works as expected? Yes, me too. This is why I created this plugin. It adds a “Collision'” debug category (on the gameplay debugger), that prints collision settings for primitive components. Additionally, it gives you some bp nodes to easily query and print collision setup.   Documentation I use …

Read More »

Common Loading Screen

Common Loading Screen download

Description CommonLoadingScreen Plugin for Unreal EngineBy eelDev The CommonLoadingScreen Plugin is a powerful and modular loading screen system inspired by the Lyra Starter Game’s Common Loading Screen. This plugin extends that functionality to support earlier versions of Unreal Engine, while offering a clean and customizable solution for managing splash screens, level transitions, and on-demand loading displays. Whether you’re creating a …

Read More »

Compiler Booster

Compiler Booster download

Description 🎥 Preview Video 📖 Official Documentation ___________________________________________________   ⚡ Boost Your Productivity: Reduce Compile Times! ⏱️ Tired of wasting hours on shader and light compiling? This powerful asset significantly boosts your workflow by setting compilers’ CPU priority higher than the default!   🚀 Performance Gains: 🌟 Up to 72% faster shader compile times! 💡 Up to 43% faster light …

Read More »

Complete OpenAI API plugin

Complete OpenAI API plugin download

Description NOTE: This plugin is not affiliated or endorsed by Open AI company.   This plugin is a comprehensive Unreal Engine wrapper for the OpenAI API. It supports OpenAI endpoints, including: Models Completions Chat Images (GPT-Image-1, DALL·E 3, DALL·E 2) Vision Embeddings Speech Audio Files Uploads Batch Moderations Fine-tuning Functions Debugging requests   All requests are available in both C++ …

Read More »

Cross-Platform Voice Chat Pro

Cross-Platform Voice Chat Pro download

Description With this plugin, you can easily integrate multiplayer voice chat communication in Blueprint or C++ :   Global voice chat in a lobby for example Proximity voice chat like in PUBG Team voice chat like in Counter Strike, Fortnite Cross-platform Windows / Android / iOS / Oculus Quest 1, 2, 3 / Oculus Rift Mute, Choose microphone input, Microphone …

Read More »

Customizable Interaction Plugin

Customizable Interaction Plugin download

Description Showcase Video | Example Project | | Customizable Interaction Plugin introduces an easily implementable interaction plugin, encompassing numerous customization choices. These include various interaction modes, distinct detection modes, a customizable widget, and much more. Written entirely in C++, Customizable Interaction Plugin was developed to achieve maximum optimization while retaining advanced customization options.

Read More »

Did it hit – Trace Detection Plugin

Did it hit – Trace Detection Plugin download

Description When using the default overlapping detection methods, even with colliders, if the speed or the animation is too fast, the intended collision can be skipped entirely. This is the case for small bullets against thin targets or weapon swinging animations that are too fast or scattered. This system allows you to trace between positions and determine if something was …

Read More »

Dynamic AI System

Dynamic AI System download

Dynamic AI System is a flexible and scalable tool for creating complex paths and various actions/behaviors for your NPC. Make them follow paths, do various actions and react to world changes in a simple and easy way. Preview Video Implementation Video Documentation Example Project

Read More »

EasyJsonParser V2

EasyJsonParser V2 download

Description EasyJsonParser V2 – JSON Made Easy for Everyone EasyJsonParser is a powerful plugin that makes reading and writing JSON data in Unreal Engine incredibly simple. Even without programming knowledge, you can handle complex JSON data using Blueprints alone.   What’s New in V2 For V1 Users: This plugin includes both V1 and V2. Your existing projects using V1 will …

Read More »

EasyXMLParser

EasyXMLParser download

Description Values in XML can be obtained by the following types. + string + int + float + bool     For example, you can easily refer to values ??by simply connecting tags with dots as follows:   <Root> <ABC id=”1″>123</ABC> <ABC id=”2″>456</ABC> <ABC id=”3″>789</ABC> </Root>   Root.ABC[1] => 456 Root.ABC[2].@id => 3 About the Open Source Version This plugin …

Read More »