AddFilterWithAFetcher

Add a filter and setup it's fetcher

Windows
MacOS
Linux

References

Module

DataprepCore

Header

/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepActionAsset.h

Include

#include "DataprepActionAsset.h"

Source

/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Private/DataprepActionAsset.cpp

Syntax

int32 AddFilterWithAFetcher
(
    const TSubclassOf< UDataprepFilter > & FilterClass,
    const TSubclassOf< UDataprepFetcher > & FetcherClass
)

Remarks

Add a filter and setup it's fetcher

Returns

The index of the added filter or index none if the classes are incompatible or invalid Note that fetcher most be compatible with the filter

Parameters

Parameter

Description

FilterClass

The type of filter we want

FetcherClass

The type of fetcher that we want.

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