Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/UInterchangeFactoryBase
| |
|
| Name |
FImportAssetResult |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Interchange/Core/Public/InterchangeFactoryBase.h |
| Include Path |
#include "InterchangeFactoryBase.h" |
Syntax
struct FImportAssetResult
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bIsFactorySkipAsset |
bool |
If the factory sets this to true, the Interchange task import object should skip this asset. |
InterchangeFactoryBase.h |
|
| ImportedObject |
UObject * |
Return the UObject imported or reimported by the factory, or leave it set to nullptr if there was an error. |
InterchangeFactoryBase.h |
|