Personally adding support for material nodes in Exporter

I would like to add support specifically for Vray’s Color Correction node in 3DS Max. While the source code for the DS importer is available to us through UE4 (awesome), the exporter is not. Are there any plans to make adding material nodes easier? Should I be going through Dataprep and metadata? Any plans to release the Exporter source code?

The datasmith plugins are available on github with the engine source and should be able to be modified

Ah! Yes, I see it now. The Exporter source is included. Thank you.

You could potentially even hook it in to maxscript so you can handle conversion there (maybe it hands it off to a function that takes the max material, and you return whatever datasmith needs). If you do that, be sure to submit a PR!