Load a texture out of the content

Hi,

I need to load data (mesh, textures) in a other folder like C/Data.
But this code don’t works :
static ConstructorHelpers::FObjectFinder texture1(TEXT(“C/Data/image.png”));

texture1 is null. :frowning:

Regards,

After some research I found FObjectFinder find object only on the content brother.