I have the Gameplay Cameras plugin turned on, but it always returns false when called with “Get Console Variable Bool Value” (because it’s not recognized, so obviously, it returns false.
Why is the command not recognized, and how can I fix it? Maybe my assumption that it comes from the Gameplay Cameras plugin is incorrect, and I am missing something, or there is a tick that I have not checked.
It’s because it’s a custom command they created for the project. If you want to learn how to setup the Gameplay Cameras, refer to the Gameplay Camera System Quick Start
Although, even if you follow it exactly, it probably isn’t going to work since it’s broken and ill-documented. So you should only use it if you’re willing to figure it out yourself or wait for epic to move it to “beta” stage at least.
You can right click and copy CVars Array and paste it in your project, it solves all problems (there are variables that are missing in the project)
I hope I helped