Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/UInterchangePipelineBase
Description
This function is called before we show the pipeline dialog. Pipelines that override it can change the existing settings according to the reimport type. The function is also called when we import or reimport custom LOD and alternate skinning.
@Note - The function will set the context of the pipeline. @Param ContextParams - Give all the context information to the pipeline for the current import.
| Name | AdjustSettingsForContext |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/InterchangePipelineBase.h |
| Include Path | #include "InterchangePipelineBase.h" |
| Source | /Engine/Source/Runtime/Interchange/Core/Private/InterchangePipelineBase.cpp |
virtual void AdjustSettingsForContext
(
const FInterchangePipelineContextParams & ContextParams
)