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