Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/UInterchangePipelineBase
Description
This function should return true if all the pipeline settings are in a valid state to start the import. The Interchange Pipeline Configuration Dialog will call this to know if the Import button can be enabled.
| Name | IsSettingsAreValid |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/InterchangePipelineBase.h |
| Include Path | #include "InterchangePipelineBase.h" |
virtual bool IsSettingsAreValid
(
TOptional < FText > & OutInvalidReason
) const