How can I create my own custom console commands? It would be great to do this in blueprints.
In the UE source code, I see default console commands being registered in the ConsoleManager. Do I need to somehow do this same thing in C++? If so, how can I get an instance of the ConsoleManager and register it, and ideally how could I hook that up to a Blueprint?
Thanks.