In Unreal Engine, there are cases where I want to use standard image files such as png files in the Content folder instead of using uasset format. This works fine when developing in the editor, but when I build and view the Content folder of the final result, the png files are not included and the process fails.
How can I include image files with extensions such as png in the build? I would appreciate any advice.