FUsdSchemaTranslatorRegistry::Register

Registers SchemaTranslatorType to translate schemas of type SchemaName.

Windows
MacOS
Linux

References

Module

USDSchemas

Header

/Engine/Plugins/Importers/USDImporter/Source/USDSchemas/Public/USDSchemaTranslator.h

Include

#include "USDSchemaTranslator.h"

Syntax

template<typename SchemaTranslatorType>
FRegisteredSchemaTranslatorHandle Register
(
    const FString & SchemaName
)

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss