Gltf Extensions with custom Interchange Pipelines / Translators

I’m trying to add support for a custom extension handler in UE 5.6 and beyond building on the Interchange modules. From the looks of the GLTFCore module they are only supporting somewhat enterprise level extensions that likely are coming in through engine analytics. And the extension handler mechanism is fully private within gltf core.

Are there any ways currently to add extension handlers that I am missing without modifying the engine. If not are there plans to support external handling (plugins) for parsing extension into nodes with proper data?

1 Like