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 CanTranslateSourceData
(
const UInterchangeSourceData * SourceData,
bool bSceneImportOnly
) const
Remarks
Check whether there is a registered translator for this source data. This allows us to bypass the original asset tools system to import supported assets. @Param SourceData - The source data input we want to translate to Uod. True if there is a registered translator that can handle handle this source data, or false otherwise, when bSceneImportOnly is false. Otherwise, returns true only if the translator supports level import @Note: Temporary until FBX level import is production ready