UDataprepIntegerFilter::SetFetcher

Set a new fetcher for this filter

Windows
MacOS
Linux

Override Hierarchy

UDataprepFilter::SetFetcher()

UDataprepIntegerFilter::SetFetcher()

References

Module

DataprepCore

Header

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

Include

#include "SelectionSystem/DataprepIntegerFilter.h"

Source

/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Private/SelectionSystem/DataprepIntegerFilter.cpp

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss