Navigation
API > API/Plugins > API/Plugins/USDSchemas > API/Plugins/USDSchemas/FUsdSchemaTranslatorRegistry > API/Plugins/USDSchemas/FUsdSchemaTranslatorRegistry/Register
References
| Module | USDSchemas |
| Header | /Engine/Plugins/Importers/USDImporter/Source/USDSchemas/Public/USDSchemaTranslator.h |
| Include | #include "USDSchemaTranslator.h" |
template<typename SchemaTranslatorType>
FRegisteredSchemaTranslatorHandle Register
&40;
const FString & SchemaName
&41;
Remarks
Registers SchemaTranslatorType to translate schemas of type SchemaName. Registration order is important as the last to register for a given schema will be the one handling it. Thus, you will want to register base schemas before the more specialized ones.