Navigation
API > API/Runtime > API/Runtime/InterchangeEngine > API/Runtime/InterchangeEngine/UInterchangeManager
Description
Queue task that are not directly a import or re-import of assets. The post import tasks are execute only when the QueuedTasks is empty (no more import task running) Example: if a skeletal mesh re-import cannot apply the existing alternate skinning data, it will enqueue a post import task to re-import those alternate skinning files.
| Name | EnqueuePostImportTask |
| 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 EnqueuePostImportTask
(
TSharedPtr < FInterchangePostImportTask > PostImportTask
)