/EBLT

Smart blueprint schematics testing and tuning

Primary LanguageC++MIT LicenseMIT

EBLT - Extended Blueprint Library Test Plugin for Unreal Engine

MIT License

Developed with Unreal Engine 5

Check the documentation and demos inside Documentation folder

Setup notes

You can either use Rider or Visual Studio 2022 to extend the project or view the source code.

Python Bridge Setup

⚠️ Please note that this feature depends on an editor-only plugin, meaning that it cannot be used in builds, not even development ones ⚠️

The BLT plugin offers the ability to perform fuzzing on multiple types of properties, including strings. In order to generate random strings, the Python interpreter needs a certain module that can be installed by following the steps below:

  1. Navigate to the directory containing the Python interpreter used by the engine

  2. Install the StringGenerator module using the command

python -m pip install StringGenerator
  1. Run Unreal Engine and make sure that the Python Editor Script Plugin is enabled

Python integration enabled

EBLT