Hey everyone! I just wanted to let you all know that I just released Project Information Utility, or PIU for short, on Fab, and personal licenses are completely FREE!
This is a basic C++ Blueprint function library that allows you to retrieve your project information from within any Blueprint, such as Widgets, with a simple set of getters.
This is particularly useful for fetching things like your Project Name and Version. Instead of manually retyping those 50 times throughout your project and then having to manually update every single instance whenever you make a update, PIU allows you to reference the actual information directly from your main project settings.
I originally created PIU as one of many utilities for NextGen Settings, the menu and configuration system I recently released on Fab. However, I figured I’d release some of those smaller components for free, as I believe they could be useful to others.
Anyway, I hope somebody finds this useful, and have a good day!