Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/UInterchangePipelineBase
Description
Return all conflict the pipeline find in the translated data. This function is call by the import dialog. If some specific options change, the UI must refresh the conflicts, see function IsPropertyChangeNeedRefresh.
| Name | GetConflictInfos |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/InterchangePipelineBase.h |
| Include Path | #include "InterchangePipelineBase.h" |
virtual TArray < FInterchangeConflictInfo > GetConflictInfos
(
UObject * ReimportObject,
UInterchangeBaseNodeContainer * InBaseNodeContainer,
UInterchangeSourceData * SourceData
)