Navigation
API > API/Plugins > API/Plugins/InterchangePipelines > API/Plugins/InterchangePipelines/UInterchangeGenericAnimationPipe-
- UInterchangePipelineBase::AdjustSettingsForContext()
- UInterchangeGenericAnimationPipeline::AdjustSettingsForContext()
References
| Module | InterchangePipelines |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Pipelines/Public/InterchangeGenericAnimationPipeline.h |
| Include | #include "InterchangeGenericAnimationPipeline.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/Pipelines/Private/InterchangeGenericAnimationPipeline.cpp |
virtual void AdjustSettingsForContext
&40;
EInterchangePipelineContext ReimportType,
TObjectPtr< UObject > ReimportAsset
&41;
Remarks
This function is call when before we show the pipeline dialog. Pipeline that override it can change the existing settings according to the re-import type. The function is also call when we import or re-import custom LOD and alternate skinning.
- The function will set the context of the pipeline ReimportType - Tell pipeline what re-import type the user want to achieve. ReimportAsset - This is an optional parameter which is set when re-importing an asset.