Setting Collision On A Camera Manager

Hi,

I created a new Camera Manager using C++ and I set it within the Player Controller.

The Camera Spawns and everything works as intended, however there is no collisions on the camera which is spawned by the Camera Manager Class I created.

May someone guide me on how to set up collisions on said camera? I’m looking to set up simple collisions, similar to the collisions in the Third Person Template.