Navigation
API > API/Plugins > API/Plugins/InterchangeOpenUSDEditor > API/Plugins/InterchangeOpenUSDEditor/UInterchangeUsdTranslatorBluepri-
Description
Returns the default list of schema handlers entries registered via C++, i.e. FSchemaHandlerRegistry::RegisteredHandlerEntries.
The main use case here is to retrieve this list, modify it as needed, and to set it as the CustomHandlerEntries property on the UInterchangeUsdTranslatorSettings class default object, which will be used by any Interchange USD translations after that point
| Name | GetDefaultSchemaHandlerEntries |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Extensions/OpenUSD/Source/Editor/Public/InterchangeUsdTranslatorBlueprintLibrary.h |
| Include Path | #include "InterchangeUsdTranslatorBlueprintLibrary.h" |
| Source | /Engine/Plugins/Interchange/Extensions/OpenUSD/Source/Editor/Private/InterchangeUsdTranslatorBlueprintLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="USD Translator")
static TArray < FSchemaHandlerEntry > GetDefaultSchemaHandlerEntries()