Toggle debug camera doesn't work on clients

Exactly as the title says. The console command ToggleDebugCamera works perfectly fine on standalone and listen server, however it does not work on client.

Is there a way I can make it work on clients as well? I imagine it’s something that should be able to be done locally.

May be related to this ue4ss issue [BUG - Release] toggledebugcamera not "untoggling" · Issue #514 · UE4SS-RE/RE-UE4SS · GitHub that was solved by me - figures out the debug camera is created on demand, so its cheat manager pointer is not set during startup. There’s an old issue in the bug tracker that wasn’t addressed for a long while https://issues.unrealengine.com/issue/UE-78389