Navigation
API > API/Plugins > API/Plugins/InterchangeImport > API/Plugins/InterchangeImport/Scene > API/Plugins/InterchangeImport/Scene/UInterchangeLevelFactory
- UInterchangeFactoryBase::BeginImportAsset_GameThread()
- UInterchangeLevelFactory::BeginImportAsset_GameThread()
References
| Module | InterchangeImport |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/Scene/InterchangeLevelFactory.h |
| Include | #include "Scene/InterchangeLevelFactory.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/Import/Private/Scene/InterchangeLevelFactory.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.