Just like the title, I can not enable debug camera in my map.
(other commands like enableGDT
works fine in my project)
I’ve tried using ToggleDebugCamera
in other projects like:
Blank project
UE’s Demo project
and all of them work. Except my own project…
Can anyone give me some clues about how to get this command work?
PS:
I’ve tried using CheatManager class to enable debug camera in Blueprint,
which gives me a null CheatManager and Debug camera just won’t work.
I have no idea of what is going on in my project…