Navigation
API > API/Plugins > API/Plugins/InterchangeEditorPipelines
This class allow users to create editor only Interchange blueprint pipeline.
| Name | UInterchangeEditorBlueprintPipelineBase |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Editor/Source/Pipelines/Public/InterchangeEditorBlueprintPipelineBase.h |
| Include Path | #include "InterchangeEditorBlueprintPipelineBase.h" |
Syntax
UCLASS (BlueprintType, MinimalAPI)
class UInterchangeEditorBlueprintPipelineBase : public UInterchangeBlueprintPipelineBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBlueprintCore → UBlueprint → UInterchangeBlueprintPipelineBase → UInterchangeEditorBlueprintPipelineBase
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UInterchangeEditorBlueprintPipelineBase() |
InterchangeEditorBlueprintPipelineBase.h |
Functions
Public
Overridden from UBlueprint
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool AlwaysCompileOnLoad() |
InterchangeEditorBlueprintPipelineBase.h | ||
virtual bool SupportedByDefaultBlueprintFactory() |
InterchangeEditorBlueprintPipelineBase.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsEditorOnly() |
InterchangeEditorBlueprintPipelineBase.h |