Navigation
API > API/Plugins > API/Plugins/InterchangeImport > API/Plugins/InterchangeImport/Animation > API/Plugins/InterchangeImport/Animation/UInterchangeAnimSequenceFactory
- UInterchangeFactoryBase::EndImportAsset_GameThread()
- UInterchangeAnimSequenceFactory::EndImportAsset_GameThread()
References
| Module | InterchangeImport |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/Animation/InterchangeAnimSequenceFactory.h |
| Include | #include "Animation/InterchangeAnimSequenceFactory.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/Import/Private/Animation/InterchangeAnimSequenceFactory.cpp |
virtual FImportAssetResult EndImportAsset_GameThread
(
const FImportAssetObjectParams & Arguments
)
Remarks
Override this function to end import/reimport on the game thread. Helpful if you need to display UI (for example, reimport material conflict resolution) or if you need to do anything not thread-safe to complete the import/reimport.