- Marketplace Link
- https://marketplace.online-leaks.com/product/exe-extension
š Documentation
š¬ Tutorial Video (Version V.3.1)
š§ Support Email: [email protected]
š„ Discord Server
ā¹ļø Versions: V.6.2 for UE5.3, UE5.2 & UE5.1 + V.5.1 for UE5.0 & UE4.27 + V.3.0 for UE4.26
(Older versions of the plugin exist, which are missing some nodes advertised. This is due to the marketplace not allowing plugin updates for older versions than the newest three. If you still need the features of the newer versions, feel free to reach out, and I will be happy to provide the plugin files to you.)
š„ About
This plugin is also contained in the Nodes Bundle
This Unreal Engine plugin offers a range of features for executing & terminating .exe files, as well as obtaining information about processes. As a game developer with over 7 years of experience using Unreal Engine, I created this plugin to solve the problem of not being able to start .exe files with blueprints. With this plugin you can create launchers, launch anti-cheat software and many other things.
š Use cases / Why you need this
- Create a launcher for all your games āļø
- Anti Cheat: Check if specific cheat programs are running and terminate them š«
- Travel between whole projects at runtime, even if they are made in different game engines š¤Æ
- Create your own Task Manager š¶
- Have the control of every aspect of your program and combine this with the Window Extension for the ultimate powerful tool š¤©
- The possibilities are endless ā¾ļø
šÆ Reviews
āāāāā Great plugin, easy to use and super friendly author
āGreat plugin, easy to use and super friendly author, I would recommendā
By MrKams1 on September 18, 2022 11:48 PM
āāāāā I have the POWER!!! This 'Tool Set' is amazing and even funā¦ THANK YOU!
āI never realized how powerful it is to be able to list, query, execute (run), terminate and have such total control over Windows .exe executable files from within an Unreal Blueprint, it really opens up the possibilities! [ā¦] I realized, this opens things up enormously, so many creative ways to use this. [ā¦] The Developer is one of the most responsive and 'collaborative spirit' marketplace Devs I've ever dealt with. There are already new features, just between my finding the tool a few days ago, and buying it yesterday. [ā¦] It is so logical, I got it working in a weekend! [ā¦] I'm very impressed, and this was exactly what we needed for our VR Launcher. If you have any related need, or even a vague interest for such THANOS-LIKE immense world controlling power, I promise you that it will come in handy in ways you never even thought of [ā¦] THANK YOU!ā
By MindMelder4D on January 2, 2023 8:13 AM
+ 2 more āāāāā ratings
š Changelog
Version 6.2 (Sep 15, 2023) (Current Version for UE5.3, UE5.2 & UE5.1)
- Renamed āGet .exe File Iconā to āGet Icon from File Pathā
- Renamed āGet .exe File Icon from ProcessIDā to āGet Icon from ProcessIDā
- Fixed an issue which caused the āExe Executor (for Files that Need Admin Rights)ā node to be in a wrong category
- Divided the āGet Process Informationsā node into 2 separate nodes. One is getting the information from the Name (String input) and one from the ProcessID (int input)
- Divided the āProcess Terminatorā node into 2 separate nodes. One is terminating by the Name (String input) and one by the ProcessID (int input)
- Cleaned up some code
- Fixed outdated Fast Search Tags
- Other small code optimizations
Version 6.1 (Oct 07, 2023)
- Fixed a bug which caused the āDo not showā button to appear, even after it pressed in the past
- Fixed a bug which caused the āWork Statisticsā plugin to still show in the changelog window even though it was already purchased
- Small code improvements
- Preparations for future updates
- Fixed a bug which caused the changelog text to appear cut off
Version 6.0 (Oct 01, 2023)
Big changes:
- New Node: āGet .exe File Iconā
- New Node: āGet .exe File Icon from ProcessIDā
- New Node: āIs ProcessID Validā
- New Node: āExe Executor (for Files that Need Admin Rights)ā
- Reworked the āBytes to Megabytesā (Now: āGet Name of THIS Processā) node
- New Async Node: āFind ProcessID from Window Nameā
- Added changelog window
Fixed issues, bugs, and other small stuff:
- Fixed a bug which caused a crash when packaging a project with this plugin enabled
- Updated general naming conventions for each function
- Fixed a bug which generated an error while coding in blueprints with the Exe Executor node
- Fixed naming convention for the āFileAttributeConstantsā enums
- Renamed the āGet the Directory of a Processā node to āGet Directory of a Processā
- Fixed some wrong fast search tags (Fast search tags are a new way of quickly finding a node by searching its initials. ā E.g. ā.eeā for Exe Executor)
- Fixed some naming convention mistakes for more clearance when coding with C++
- Renamed the āEnumerate Process Filesā node to āList Process Filesā
- Renamed āVisibleā to āIs Visibleā in the window struct
- Optimized function keywords for better usability
- Renamed every āPIDā input to be āProcessIDā for better usability
- Rearranged the āProcess informationsā struct
- Rearranged the āWindow informationsā struct
- Renamed some variable inputs to fit naming conventions
- Improved some variable names
- Renamed the āGet Executable Name from a Processā to āGet Name of THIS Processā
- Changed the āGet Executable Name from a Processā (Now: āGet Name of THIS Processā) to be a pure function
- Renamed the āList Processesā node to āList Running Processesā
- Improved the categories
- Other minor improvements
- Renamed the āExe Terminatorā node to āProcess Terminatorā
- Renamed node from āBytes to Megabytesā to āByte Converterā
- Added names to some return values
- Cleaned Up Code
- Optimized the āList Windows of a Processā node
Version 5.1 (Mar 12, 2023) (Current Version for UE5.0 & UE4.27)
- Optimized and cleaned some nodes
- Extended āEnumerate Process Filesā node to gather more informations
- Renamed āList Window Names of a Processā to āList Window Informations of a Processā
- Extended āList Window Informations of a Processā to gather more informations
- This plugin is now highly compatible with the Window Extension plugin (or Viewport Extension) (May not be true at release)
- Added C++ support
- Other minor improvements
Full changelog visible in the products documentation
[/PARSEHTML<[HEADING=2][SIZE=22px][U]Technical Details:[/U][/SIZE][/HEADING][PARSEHTML]
āØ Features (View all the nodes and their descriptions in the documentation)
- 23 new powerful functions/nodes šŖ
- Allows you to interact with any process running on your computer and gather/change their informations/settings š„ļø
- Easy to use š¤
- Organized and optimized code āļø
- Very good and active support š
- C++ and Blueprint usable ā
- Frequently extended with new features š
- Only $19.99 for such an impressive tool set šø
āļø Other Informations
Code Modules: KB_Exe_E, Runtime & KB_Exe_E_Editor, Editor & KB_Exe_E_EditorHelper, Editor
Number of Blueprints: 2 (Just for in-editor changelog, only in UE5.3)
Number of C++ Classes: 8
Supported Development Platforms: Win64
Supported Target Build Platforms: Win64
Documentation: View
[/PARSEHTML]