Reference asset in content folder

I am a newbie to UE4. I am trying to reference texture files and models from inside the c++ script. I want to basically find all texture files in the content folder (not necessarily in the scene) from my script.

What is the simplest way to do this?