Hello @Rumzie
it sounds you want to modify an existing translator and potentially related pipelines. In the case you want to add support for features UE is not yet parsing.
We did not yet design a simple system where you can extend an existing translator.
I will do a quick check with the dev, but at the moment I expect you can either
- add a custom parsing pass in a custom pipeline, that defeats a bit the purpose as you end up doing some translation work in the processing steps,
- or you will have to duplicate the custom translator class and make a custom version for your use case, and deactivate the core one.