Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/UInterchangePipelineBase
Description
Return true if the pipeline is not a sub-pipeline. Standalone pipelines can have some extra properties. The customize detail of the pipeline will call this function to show or hide those properties. The pipeline itself can call the function to know whether a property must be used. Example: the override asset name property.
| Name | IsStandAlonePipeline |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/InterchangePipelineBase.h |
| Include Path | #include "InterchangePipelineBase.h" |
bool IsStandAlonePipeline() const