Navigation
API > API/Runtime > API/Runtime/InterchangeEngine > API/Runtime/InterchangeEngine/UInterchangeManager
References
| Module | InterchangeEngine |
| Header | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeManager.h |
| Include | #include "InterchangeManager.h" |
| Source | /Engine/Source/Runtime/Interchange/Engine/Private/InterchangeManager.cpp |
bool RegisterImportDataConverter
(
const UClass * Converter
)
Remarks
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. true if the converter class can be registered, or false otherwise.