Is it possible to grab pixel data from a camera component thats in a blueprint in c++?

I am trying to gather pixel data from a camera component that is in a blueprint, the camera i placed is above my character “player” in my blueprint. I want to create a function that every cycle that array is updated with the pixel data. How can I do this in C++ and is it even possible?