How to find a c++ class in the scene

I am currently trying to find three c++ actors in my scene. I am using the iterator, however it always returns null. What am I missing? I am using #include “EngineUtils.h”. The actors in the scene have their tags and I have also tried finding them by name, but it yields the same result.

Make sure that your tags are under the “Actor” category, and not in the Component Tag.

That did it. Thank you!