Navigation
API > API/Runtime > API/Runtime/InterchangeEngine
This class represents a Python pipeline. It is used by the TSoftClassPtr of the PythonPipeline asset.
| Name | UInterchangePythonPipelineBase |
| Type | class |
| Header File | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangePythonPipelineBase.h |
| Include Path | #include "InterchangePythonPipelineBase.h" |
Syntax
UCLASS (BlueprintType, Abstract, MinimalAPI)
class UInterchangePythonPipelineBase : public UInterchangePipelineBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterchangePipelineBase → UInterchangePythonPipelineBase
Functions
Public
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
InterchangePythonPipelineBase.h |