The KDebugManagerSubsystem handles registering and displaying debug widgets within KPlugins. It is also responsible for instantiating the KBlueprintConsoleCommands object and handles passing data to log in the KTerminal.
Call this function to spawn a debug menu that can be accessed using the "k.debug" console command and pass your menu a data object it can use for initialization.
Call this function to print data to the KTerminal debug widget. Mainly used when you add commands that can be used in the terminal that you want to return information.