Navigation
API > API/Runtime > API/Runtime/InterchangeEngine > API/Runtime/InterchangeEngine/UInterchangeManager
Description
All converters must be registered with the manager. @Param Converter - The UClass of the converter you want to register. @Note If you register the same class multiple time, this returns true for every call.
| Name | RegisterImportDataConverter |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeManager.h |
| Include Path | #include "InterchangeManager.h" |
| Source | /Engine/Source/Runtime/Interchange/Engine/Private/InterchangeManager.cpp |
bool RegisterImportDataConverter
(
const UClass * Converter
)
true if the converter class can be registered, or false otherwise.