Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/UInterchangeTranslatorBase
References
| Module | InterchangeCore |
| Header | /Engine/Source/Runtime/Interchange/Core/Public/InterchangeTranslatorBase.h |
| Include | #include "InterchangeTranslatorBase.h" |
virtual void ImportFinish()
Remarks
This function is call when the import is done (FImportAsyncHelper::CleanUp) and we are cleaning the data. Use it to free resource that need to be release before the next garbage collector pass.