Navigation
API > API/Plugins > API/Plugins/InterchangeEditorPipelines
Inheritance Hierarchy
- IModuleInterface
- IInterchangeEditorPipelinesModule
References
| Module | InterchangeEditorPipelines |
| Header | /Engine/Plugins/Interchange/Editor/Source/Pipelines/Public/InterchangeEditorPipelinesModule.h |
| Include | #include "InterchangeEditorPipelinesModule.h" |
Syntax
class IInterchangeEditorPipelinesModule : public IModuleInterface
Remarks
The public interface to this module
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FAssetTypeActions_InterchangeBlueprintPipelineBase > | BlueprintPipelineBase_TypeActions | ||
| TArray< FName > | ClassesToUnregisterOnShutdown | ||
| TSharedPtr< FAssetTypeActions_InterchangePipelineBase > | PipelineBase_TypeActions | ||
| TSharedPtr< FAssetTypeActions_InterchangePythonPipelineBase > | PythonPipelineBase_TypeActions |
Functions
| Type | Name | Description | |
|---|---|---|---|
| IInterchangeEditorPipelinesModule & | Get () |
Singleton-like access to this module's interface. | |
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. |