Hello. Where can i find any info about Interchange Blueprint Pipeline Base. There aren’t mentions in Youtube, there isn’t even official documentation.
Where do you got these from? In a blank project, this does not exist.
Prebuilt in 5.1.0
Interchange is the new import/export framework for UE. You will get doc when 5.1 is released. You can have a brief overview here https://portal.productboard.com/epicgames/1-unreal-engine-public-roadmap/c/786-interchange-import-pipeline
In 5.1, interchange work was focussed on import of texture, obj, gltf (and FBX but deactivated as very experimental). This framework is default in UE 5.1.
This blueprint type is part of one of its features for more advanced users that would want to tune the import pipeline.
In short, the import is now orchestrated by pipeline stacks that handles data from translation from third party format to creation of unreal assets and scenes. With this blueprint you can modify pipeline stacks by adding custom processing steps.