Calling non-static UFunction from console command

So, I forgot I put this thread.

In the end, my solution was to create a static instance for my cheat manager, then call the non-static function from that static instance when using FAutoConsoleCommand.

Thanks, everyone.