Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/UInterchangeFactoryBase
References
| Module | InterchangeCore |
| Header | /Engine/Source/Runtime/Interchange/Core/Public/InterchangeFactoryBase.h |
| Include | #include "InterchangeFactoryBase.h" |
Syntax
struct FImportAssetResult
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsFactorySkipAsset | If the factory set this to true, the interchange task import object should skip this asset Asset can be skip if it already exist and its not a re-import. | |
| UObject * | ImportedObject | Return the UObject import or re-import by the factory, leave it to nullptr if there was an error. |