Navigation
API > API/Plugins > API/Plugins/InterchangeEditorPipelines
Inheritance Hierarchy
- UInterchangePipelineBase
- UInterchangeGraphInspectorPipeline
References
| Module | InterchangeEditorPipelines |
| Header | /Engine/Plugins/Interchange/Editor/Source/Pipelines/Public/InterchangeGraphInspectorPipeline.h |
| Include | #include "InterchangeGraphInspectorPipeline.h" |
Syntax
UCLASS (BlueprintType)
class UInterchangeGraphInspectorPipeline : public UInterchangePipelineBase
Remarks
This pipeline is the generic pipeline option for all types of meshes. It should be called before specialized mesh pipelines like the generic static mesh or skeletal mesh pipelines. All import options that are shared between mesh types should be added here.
UPROPERTY possible meta values: @meta ImportOnly - Boolean. The property is used only for import, not for reimport. Cannot be mixed with ReimportOnly. @meta ReimportOnly - Boolean. The property is used only for reimport, not for import. Cannot be mixed with ImportOnly. @meta MeshType - String. The property is for static mesh or skeletal mesh or both. If not specified, it will apply to all mesh types.
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CanExecuteOnAnyThread
(
EInterchangePipelineTask PipelineTask |
||
| void | ExecutePipeline
(
UInterchangeBaseNodeContainer* BaseNodeContainer, |
||
| bool | END Pre import pipeline properties. |