USD Importer on Linux

Hey there,

currently the shipped binaries for USD in UE4 are only for windows.
Do you have any plans on shipping the Linux versions as well?

I found the BuildUSD.sh script, although it seems a little bit outdated. Is there going to be support in near future?

Cheers

Compiling on Linux also breaks, as RTTI is enabled for USDImporter which relies on the Core and CoreUObject modules. But they will create linking errors, because RTTI is not enabled for these modules :(. Is there any easy fix for that?