UDataprepFilter::SetFetcher

Set a new fetcher for this filter

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

DataprepCore

Header

/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/SelectionSystem/DataprepFilter.h

Include

#include "SelectionSystem/DataprepFilter.h"

Syntax

virtual void SetFetcher
(
    const TSubclassOf< UDataprepFetcher > & FetcherClass
)

Remarks

Set a new fetcher for this filter

This should only set a new fetcher if the fetcher is a subclass of the result of GetAcceptedFetcherClass and if it's not the same class as the current one