I've been having issues exporting textures from the assets of this game. Models and materials appear to be correctly linked, but the textures are not. They are either fully or partially missing.
Example of a model with partially missing textures:

The log shows following warnings:
WARNING: ArrayProperty "UMaterial3::MaterialFunctionInfos" was not found
Loading Material3 MB_DropPod from package /FSD/Content/Art/DropPod/Assets/_Materials/MB_DropPod.uasset
WARNING: StructProperty "UMaterial3::Metallic" was not found
WARNING: StructProperty "UMaterial3::Specular" was not found
WARNING: BoolProperty "UMaterial3::bTangentSpaceNormal" was not found
WARNING: ArrayProperty "UMaterial3::MaterialFunctionInfos" was not found
Interestingly enough, the textures are properly resolved in another game, Satisfactory, that uses same UE4 version.
Any idea what can be done in the case of this game?