Navigation
API > API/Plugins > API/Plugins/InterchangeImport > API/Plugins/InterchangeImport/Animation > API/Plugins/InterchangeImport/Animation/UInterchangeLevelSequenceFactory
- UInterchangeFactoryBase::BeginImportAsset_GameThread()
- UInterchangeLevelSequenceFactory::BeginImportAsset_GameThread()
References
| Module | InterchangeImport |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/Animation/InterchangeLevelSequenceFactory.h |
| Include | #include "Animation/InterchangeLevelSequenceFactory.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/Import/Private/Animation/InterchangeLevelSequenceFactory.cpp |
virtual FImportAssetResult BeginImportAsset_GameThread
(
const FImportAssetObjectParams & Arguments
)
Remarks
Override this function to import/reimport source data and configure the properties synchronously. Create the asset package on the game thread because it's not thread-safe.
@Note Mandatory to override this function to create the asset UObject package. Not mandatory for level actor; use CreateSceneObject instead.