Navigation
API > API/Plugins > API/Plugins/InterchangeImport
| Name | UInterchangeMaterialFunctionFactory |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/Material/InterchangeMaterialFactory.h |
| Include Path | #include "Material/InterchangeMaterialFactory.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UInterchangeMaterialFunctionFactory : public UInterchangeFactoryBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterchangeFactoryBase → UInterchangeMaterialFunctionFactory
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bSkipImport | bool | Material/InterchangeMaterialFactory.h |
Functions
Public
Overridden from UInterchangeFactoryBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FImportAssetResult BeginImportAsset_GameThread
(
const FImportAssetObjectParams& Arguments |
Material/InterchangeMaterialFactory.h | ||
virtual EInterchangeFactoryAssetType GetFactoryAssetType() |
Material/InterchangeMaterialFactory.h | ||
virtual UClass * GetFactoryClass() |
Material/InterchangeMaterialFactory.h | ||
virtual FImportAssetResult ImportAsset_Async
(
const FImportAssetObjectParams& Arguments |
Material/InterchangeMaterialFactory.h | ||
virtual void SetupObject_GameThread
(
const FSetupObjectParams& Arguments |
Material/InterchangeMaterialFactory.h |