Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/UInterchangePipelineBase
Description
The import dialog will call this function when the user changes a specific property. Return true if the pipeline UI should be refreshed. A refresh will call the FilterPropertiesFromTranslatedData function.
| Name | IsPropertyChangeNeedRefresh |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/InterchangePipelineBase.h |
| Include Path | #include "InterchangePipelineBase.h" |
virtual bool IsPropertyChangeNeedRefresh
(
const FPropertyChangedEvent & PropertyChangedEvent
) const