Is it possible to convert a color to texture in Unreal engine 5.3?

I have a blg file containing a building, using the advanced show options and checking the ‘vertex color’ setting I was able to see the building with color.
image

But if I put a camera in front and try to see it , the building appears with no color.
image

Is there a way to fix this? perhaps converting the color to texture? so that in the rendering of the scene the building appears with the correct colors.

Does this files work with regular materials? If so just set the vertex color as the base color in the material.

I am not so experienced in Unreal, I know how to add a material but not how to set the vertex color as the base color?

No problem, just right click and type vertex color. Then left click on the white pin of the node and connect it to the base color pin. Once thats done, save the material and you are ready to go.