Code Plugins

Url Encode Decode

字符串进行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 »

Bakerman

Bake textures from within Unreal Editor. Conveniently use Bakerman to bake, manipulate or blend textures. Through editor utility scripts you can select textures and re-bake them via a filter material, generate entirely new textures from generator materials or blend and bake two existing textures through a blend material. If you want to have more control over the generation / manipulation …

Read More »

Easy Multi Save

Description 🕹️Playable Demo 📺Preview Video 📃Documentation ⚙️Example Project   Easy Multi Save is an all-in-one save and load solution that will literally save you a lot of time. It is suited for small and large projects and does not require any C++ knowledge, which makes it a perfect fit for Blueprint only and code projects alike. Save and load Level …

Read More »

Chain Component

v1.01 Spline Chain Component Demo Character interaction demo self collision demo Chain Component will not use any UE collision or Physical simulation, all motions and reactions are fully mathematical implementation of a chain simulation, so it is super fast and efficient, it includes the source code and you can recompile for any version you want. since it includes the source …

Read More »

Thumbnailer

Create Thumbnails and Icons for your Games and Projects inside Unreal Engine. eelDev More eelDev Products: https://www.unrealengine.com/marketplace/profile/eeldev Technical Details Features: Create Thumbnails and Icons inside Unreal Engine Capture Actors Capture Skeletal Meshes Capture Static Meshes Video Demonstration https://youtu.be/JPMR1O7iVIA Code Modules:  Thumbnailer [Editor] Free Version: You can try out the Free LIMITED version of this plugin before purchasing. Try the free version Number …

Read More »

Action Slicing

VIDEO:Spotlight Video – Preview + Tutorial WHY SHOULD YOU CHOOSE THIS PLUGIN?It does not require preparing the slices as static meshes – the resulting slices are generated dynamically at runtime. This means, that when a skeletal mesh gets sliced – at this moment its animation gets paused, and the skeletal mesh gets converted to static mesh. At this point, the …

Read More »

Shader World : procedural landscape, ocean, foliage

ShaderWorld is a code plugin built by qualified engineers with at least a master degree in computer science. Shader World Documentation Roadmap Downloadable demo map (available in plugin content folder) December 2023 : *New* Tutorial – Use any Landscape Material Tutorial – Spawnables November 2023: 11/21/2023 : 3.6 Release Livestream Material Interface | Terrain holes (caves) | 11/8/2023 Version 3.5 …

Read More »

.exe Extension & Process Management

📌 Roadmap & Changelog 🎬 Tutorial Video (Version V.3.1) ✅ Versions: V.6.4 for UE4.26 – UE5.5     🔥 About This Unreal Engine plugin lets you run and stop .exe files, and get detailed information about running processes through Blueprints. I built it to fill a common need: launching external programs from within Unreal Engine.   23 new functions/nodes! 💪 …

Read More »

Able Ability System

Preview: youtu.be/fWmPOl36v78 In-depth Overview: Community Example – Able Shooter Game Tutorial (Video) Able is an engine plugin, written in C++, for Unreal Engine 4. In Able, Abilities are created from various actions called Tasks. Tasks are then assembled together in the Ability Editor. The Ability Editor is an intuitive, easy-to-use editor that lets anyone quickly setup an Ability and preview …

Read More »

Instant Animator

‘Instant Animator’ is a code plugin that allows you to make component-based animation easily. Animation data are created using a dedicated editor included in the plugin. You can edit them in both blueprint editor and level editor, and control the animation playback through blueprint functions and C++ directly. Technical Details Features: Integrated component-based keyframe animation system. Suitable for making interactive …

Read More »

Make Modular Skeletal Mesh

Video Documentation With Make Modular Skeleton Mesh Subsystem, you can effortlessly modify, extract, and combine parts of skeletal meshes directly within the UE editor, streamlining your asset creation process and unleashing new levels of creativity. Technical Details Features: Modular Extraction based on Material and/or Bone. UV Island Filtering: Employ UVFilter to selectively include mesh vertices based on UV islands. Advanced …

Read More »

Rooibos Outlines

Highlight any actor by calling just one function Watch the Showcase Video Join the Discord Server for support and documentation (Discord verification is no longer necessary) Technical Details Features: No setup!  Outlines using a single function call  Post processing textures  Pulse Multiple outlines at once that blend Very performant (impact is constant; does not scale with number of actors highlighted) …

Read More »

Landscaping

Landscaping offers an easy way to import GIS data as single Landscape or World Composition (UE4) or World Partition (UE5) or Procedural/Static Mesh. Beginner Tutorial Video Youtube Channel Import Digital Terrain Models (DTM)Supports GeoTiff, ASCII, HGT and GeoPackage file format for importing heightdata with high accuracy. Supports all common projections and resolutions. Imports single files or multiple files at once …

Read More »

EasyAds Pro(+Mediation)

IMPORTANT: please first configure gdpr, after gdpr check finish, the sdk will initialize. it will help you easily integrate AdMob,Vungle, Unity, ChartBoost in your games, both Android and iOS use the same code. All features are available in C++ and Blueprint. This plugin automatically processes ads reload and all other details so, you can easily use it. Document: Please visit …

Read More »

Path Follow

The Path Follow plugin allows any actor to follow any spline path including relative/moving paths. The plugin gives you direct control over location, rotation and speed of following directly inside Unreal Engine 4 editor. Trigger any behavior using path event points. Prototype rotation along a path with build-in rotation points generator. Speed points allow for precise control over speed of …

Read More »

Prismatiscape Interaction Plugin

A locally-bound global shader interaction system for Unreal Engine 5.3+ specially-made for indie developers looking to take the visuals of their project to the next level. Utilizing the power of NiagaraGrid2D and Runtime Virtual Textures, Prismatiscape features performant wind, water, surface and foliage simulations with automatic drawing from drag-and-drop components. It also includes an easy-to-use custom Pivot-Painting script for creating …

Read More »

World Spawner – Global Spawning System

Description Trailer | How it Works | Performance Test (Playable) | Performance Test (Video) | Example Project | Started Tutorial For Support & Suggestions please visit our Discord Showcase product between June 13 to June 27, 2023. Check out our other products NOTE: The V2 update is only for UE5.1+. Built from the ground up with multiplayer in mind, it’s …

Read More »

Magnetic Pickup

Showcase Discord Magnetic Pickup plugin exposes the Magnetic Pickup Component, which gives a magnetic (follow) functionality for any actor it is attached to. Has set of configurable properties such as follow speed, trigger actor references, trigger actor classes and trigger radius. Can be used in a variety of way for gameplay elements like pickups, follow-enemies, incoming hostile projectiles and more… …

Read More »

AES Encrypt Decrypt

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 »

3D Gaussians Plugin

Demo Video: Link Free Demo EXE: Link Product Page: Link Documentation: Link Use real-world captures as photo-realistic 3D environments3D Gaussian Splatting is a technique for reconstructing scenes from multiple photos, whose accuracy is equivalent or better than NeRF, and whose rendering load is lower than NeRF. Anyone can create 3D Gaussian Splatting data by using the official implementation. This plugin …

Read More »

glTFRuntime

This plugin extends Unreal Engine capabilities by adding runtime Assets loading (Static and Skeletal Meshes, Curve and Skeletal-based Animations, Materials, Textures) from standard glTF Files. Assets can be loaded from filesystem, HTTP servers, or built from JSON strings. The main goal is to allow project graphics modding, but can be used in any scenario requiring you to load/view/manipulate assets after …

Read More »

Apparance Procedural Generation System

Promotional Video ● Website ● Support Forums ⭐Demo version available for $34 on Itch.io…⭐ Apparance is a procedural generation plug-in designed to allow the interactive visual authoring of detailed and expansive 3D worlds. A play-space for procedural logic and their use in the generation of environments and objects. A fusion of programming and modelling that gives extensive control over your …

Read More »