#
v2.5
This version is a work in progress. It is not yet available for public use.
When a new feature is completed, it will be added to the list. Please note that this is not a complete list of all changes and improvements yet.
New features and improvements are being added regularly, so stay tuned for the final release!
Release Date: 2025-MM-DD
Engine Version: 5.X
#
Commands
- Add support for Interfaces to the Function Call by class command
- Support for RPG dice regular expressions pattern in commands and conditions expressions
- Ex.:
{1d6} + 2 + ( {2d20} / 3 )
- Ex.:
#
Extras
- Add the Load Asset by Path utility function
- (C++) Add the LOAD<typename> utility macro to load assets by path
#
Fixes
- Fix an issue when trying to print an UEnum using the Print set of functions
- Minor performance and stability improvements
- Minor code documentation improvements